Skip to content

Commit

Permalink
(cargo release) bump version (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: Versioneer <[email protected]>
  • Loading branch information
github-actions[bot] and Versioneer authored Jun 23, 2021
1 parent 3827624 commit 265f8a9
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/certificate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "certificate"
version = "0.2.0"
version = "0.2.1"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion common/clock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clock"
version = "0.2.0"
version = "0.2.1"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion common/flockfile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flockfile"
version = "0.2.0"
version = "0.2.1"
authors = ["Software AG <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion common/json_writer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json-writer"
version = "0.1.0"
version = "0.1.1"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion common/mqtt_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mqtt_client"
version = "0.2.0"
version = "0.2.1"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion common/tedge_users/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tedge_users"
version = "0.2.0"
version = "0.2.1"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion mapper/collectd_mapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "collectd_mapper"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
authors = ["thin-edge.io team <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion mapper/cumulocity/c8y_translator_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c8y_translator_lib"
version = "0.2.0"
version = "0.2.1"
authors = ["Software AG <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion mapper/tedge_mapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tedge_mapper"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
authors = ["thin-edge.io team <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion mapper/thin_edge_json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thin_edge_json"
version = "0.2.0"
version = "0.2.1"
authors = ["Software AG <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion tedge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tedge"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
authors = ["thin-edge.io team <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tedge_config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tedge_config"
version = "0.2.0"
version = "0.2.1"
authors = ["Software AG <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 265f8a9

Please sign in to comment.