Skip to content

Commit 55c84c0

Browse files
committed
Release v0.1.6
1 parent c981d06 commit 55c84c0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telemetry-parser"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["Adrian <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"

bin/gyro2bb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gyro2bb"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["Adrian <[email protected]>"]
55
edition = "2018"
66

bin/gyro2bb/gyro2bb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use argh::FromArgs;
44
use telemetry_parser::*;
55
use telemetry_parser::tags_impl::*;
66

7-
/** gyro2bb v0.1.5
7+
/** gyro2bb v0.1.6
88
Author: Adrian <[email protected]>
99
1010
Extract gyro data from Sony, GoPro and Insta360 cameras to betaflight blackbox csv log

bin/python-module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telemetry-parser-py"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["Adrian <[email protected]>"]
55
edition = "2018"
66

bin/python-module/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "telemetry-parser"
77
requires-python = ">=3.6"
88
license = { text = "MPL-2.0" }
99
authors = [{ name = "Adrian", email = "[email protected]" }]
10-
readme = README.md
10+
readme = "README.md"
1111
classifiers = [
1212
"Topic :: Utilities",
1313
"Programming Language :: Rust",

bin/wasm-module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telemetry-parser-wasm"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["Adrian <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)