Skip to content

Commit

Permalink
Release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Sep 30, 2021
1 parent c981d06 commit 55c84c0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telemetry-parser"
version = "0.1.5"
version = "0.1.6"
authors = ["Adrian <[email protected]>"]
edition = "2018"
license = "MPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bin/gyro2bb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gyro2bb"
version = "0.1.5"
version = "0.1.6"
authors = ["Adrian <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bin/gyro2bb/gyro2bb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use argh::FromArgs;
use telemetry_parser::*;
use telemetry_parser::tags_impl::*;

/** gyro2bb v0.1.5
/** gyro2bb v0.1.6
Author: Adrian <[email protected]>
Extract gyro data from Sony, GoPro and Insta360 cameras to betaflight blackbox csv log
Expand Down
2 changes: 1 addition & 1 deletion bin/python-module/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telemetry-parser-py"
version = "0.1.5"
version = "0.1.6"
authors = ["Adrian <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bin/python-module/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "telemetry-parser"
requires-python = ">=3.6"
license = { text = "MPL-2.0" }
authors = [{ name = "Adrian", email = "[email protected]" }]
readme = README.md
readme = "README.md"
classifiers = [
"Topic :: Utilities",
"Programming Language :: Rust",
Expand Down
2 changes: 1 addition & 1 deletion bin/wasm-module/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telemetry-parser-wasm"
version = "0.1.5"
version = "0.1.6"
authors = ["Adrian <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 55c84c0

Please sign in to comment.