summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-06-23 11:44:20 +0200
committerGitHub <noreply@github.com>2021-06-23 11:44:20 +0200
commit265f8a97033fc573dc90c450bcbc8024ed02d4a9 (patch)
tree0631005b99385f9f3aec8d468e403399593e0422
parent3827624d5ad6950afd208452a795258b63443cde (diff)
(cargo release) bump version (#308)
Co-authored-by: Versioneer <info@thin-edge.io>
-rw-r--r--Cargo.lock24
-rw-r--r--common/certificate/Cargo.toml2
-rw-r--r--common/clock/Cargo.toml2
-rw-r--r--common/flockfile/Cargo.toml2
-rw-r--r--common/json_writer/Cargo.toml2
-rw-r--r--common/mqtt_client/Cargo.toml2
-rw-r--r--common/tedge_users/Cargo.toml2
-rw-r--r--mapper/collectd_mapper/Cargo.toml2
-rw-r--r--mapper/cumulocity/c8y_translator_lib/Cargo.toml2
-rw-r--r--mapper/tedge_mapper/Cargo.toml2
-rw-r--r--mapper/thin_edge_json/Cargo.toml2
-rw-r--r--tedge/Cargo.toml2
-rw-r--r--tedge_config/Cargo.toml2
13 files changed, 24 insertions, 24 deletions
diff --git a/Cargo.lock b/Cargo.lock
index abcec044..ba6cb92a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -271,7 +271,7 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
[[package]]
name = "c8y_translator_lib"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"anyhow",
"assert-json-diff 2.0.1",
@@ -310,7 +310,7 @@ checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
[[package]]
name = "certificate"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"anyhow",
"assert_matches",
@@ -360,7 +360,7 @@ dependencies = [
[[package]]
name = "clock"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"chrono",
"mockall",
@@ -368,7 +368,7 @@ dependencies = [
[[package]]
name = "collectd_mapper"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"anyhow",
"assert_matches",
@@ -654,7 +654,7 @@ dependencies = [
[[package]]
name = "flockfile"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"assert_matches",
"log",
@@ -1021,7 +1021,7 @@ checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "json-writer"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"anyhow",
"serde_json",
@@ -1187,7 +1187,7 @@ dependencies = [
[[package]]
name = "mqtt_client"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"async-log",
"async-trait",
@@ -2107,7 +2107,7 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "tedge"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"anyhow",
"assert_cmd",
@@ -2135,7 +2135,7 @@ dependencies = [
[[package]]
name = "tedge_config"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"assert_matches",
"certificate",
@@ -2148,7 +2148,7 @@ dependencies = [
[[package]]
name = "tedge_mapper"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"anyhow",
"assert-json-diff 2.0.1",
@@ -2176,7 +2176,7 @@ dependencies = [
[[package]]
name = "tedge_users"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"thiserror",
"users",
@@ -2216,7 +2216,7 @@ dependencies = [
[[package]]
name = "thin_edge_json"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"anyhow",
"chrono",
diff --git a/common/certificate/Cargo.toml b/common/certificate/Cargo.toml
index 9fd092a6..2c0e9260 100644
--- a/common/certificate/Cargo.toml
+++ b/common/certificate/Cargo.toml
@@ -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
diff --git a/common/clock/Cargo.toml b/common/clock/Cargo.toml
index 6160cf71..de769169 100644
--- a/common/clock/Cargo.toml
+++ b/common/clock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clock"
-version = "0.2.0"
+version = "0.2.1"
edition = "2018"
[dependencies]
diff --git a/common/flockfile/Cargo.toml b/common/flockfile/Cargo.toml
index 884b5f46..da23fd49 100644
--- a/common/flockfile/Cargo.toml
+++ b/common/flockfile/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flockfile"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Software AG <thin-edge-team@softwareag.com>"]
edition = "2018"
diff --git a/common/json_writer/Cargo.toml b/common/json_writer/Cargo.toml
index 4ea07748..c546797a 100644
--- a/common/json_writer/Cargo.toml
+++ b/common/json_writer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json-writer"
-version = "0.1.0"
+version = "0.1.1"
edition = "2018"
[dependencies]
diff --git a/common/mqtt_client/Cargo.toml b/common/mqtt_client/Cargo.toml
index 3246bde4..234fa66e 100644
--- a/common/mqtt_client/Cargo.toml
+++ b/common/mqtt_client/Cargo.toml
@@ -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
diff --git a/common/tedge_users/Cargo.toml b/common/tedge_users/Cargo.toml
index 05acc71f..81f1f3fe 100644
--- a/common/tedge_users/Cargo.toml
+++ b/common/tedge_users/Cargo.toml
@@ -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
diff --git a/mapper/collectd_mapper/Cargo.toml b/mapper/collectd_mapper/Cargo.toml
index 6deb8620..a252bc8c 100644
--- a/mapper/collectd_mapper/Cargo.toml
+++ b/mapper/collectd_mapper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "collectd_mapper"
-version = "0.2.0"
+version = "0.2.1"
edition = "2018"
authors = ["thin-edge.io team <info@thin-edge.io>"]
license = "Apache-2.0"
diff --git a/mapper/cumulocity/c8y_translator_lib/Cargo.toml b/mapper/cumulocity/c8y_translator_lib/Cargo.toml
index 54e2de85..2b2128ba 100644
--- a/mapper/cumulocity/c8y_translator_lib/Cargo.toml
+++ b/mapper/cumulocity/c8y_translator_lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c8y_translator_lib"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Software AG <thin-edge-team@softwareag.com>"]
edition = "2018"
diff --git a/mapper/tedge_mapper/Cargo.toml b/mapper/tedge_mapper/Cargo.toml
index 5a670393..f45e7c79 100644
--- a/mapper/tedge_mapper/Cargo.toml
+++ b/mapper/tedge_mapper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_mapper"
-version = "0.2.0"
+version = "0.2.1"
edition = "2018"
authors = ["thin-edge.io team <info@thin-edge.io>"]
license = "Apache-2.0"
diff --git a/mapper/thin_edge_json/Cargo.toml b/mapper/thin_edge_json/Cargo.toml
index e14451f2..52542b65 100644
--- a/mapper/thin_edge_json/Cargo.toml
+++ b/mapper/thin_edge_json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "thin_edge_json"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Software AG <thin-edge-team@softwareag.com>"]
edition = "2018"
diff --git a/tedge/Cargo.toml b/tedge/Cargo.toml
index ee6b7e61..6df3d3b6 100644
--- a/tedge/Cargo.toml
+++ b/tedge/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge"
-version = "0.2.0"
+version = "0.2.1"
edition = "2018"
authors = ["thin-edge.io team <info@thin-edge.io>"]
license = "Apache-2.0"
diff --git a/tedge_config/Cargo.toml b/tedge_config/Cargo.toml
index 1fc08bdb..9e4f1136 100644
--- a/tedge_config/Cargo.toml
+++ b/tedge_config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_config"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Software AG <thin-edge-team@softwareag.com>"]
edition = "2018"