summaryrefslogtreecommitdiffstats
path: root/crates/core
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-01-05 14:20:49 +0100
committerGitHub <noreply@github.com>2022-01-05 14:20:49 +0100
commit1d6d92b646a46df22e48f95c3a7a7d94ed44fa76 (patch)
tree9aa999525e6979cf874ab7703a7321bc5aaa07d6 /crates/core
parent7f3aa5e30a3332b8ce12f26343947e5f748965a8 (diff)
Patch version bump to 0.5.1 (#734)
* (cargo release) bump version to 0.5.1 Co-authored-by: Versioneer <info@thin-edge.io>
Diffstat (limited to 'crates/core')
-rw-r--r--crates/core/c8y_smartrest/Cargo.toml2
-rw-r--r--crates/core/c8y_translator/Cargo.toml2
-rw-r--r--crates/core/json_sm/Cargo.toml2
-rw-r--r--crates/core/plugin_sm/Cargo.toml2
-rw-r--r--crates/core/tedge/Cargo.toml2
-rw-r--r--crates/core/tedge_agent/Cargo.toml2
-rw-r--r--crates/core/tedge_mapper/Cargo.toml2
-rw-r--r--crates/core/thin_edge_json/Cargo.toml2
8 files changed, 8 insertions, 8 deletions
diff --git a/crates/core/c8y_smartrest/Cargo.toml b/crates/core/c8y_smartrest/Cargo.toml
index f98f0d34..3b2b24fe 100644
--- a/crates/core/c8y_smartrest/Cargo.toml
+++ b/crates/core/c8y_smartrest/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c8y_smartrest"
-version = "0.5.0"
+version = "0.5.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/crates/core/c8y_translator/Cargo.toml b/crates/core/c8y_translator/Cargo.toml
index a68f8f9a..c1cd32fe 100644
--- a/crates/core/c8y_translator/Cargo.toml
+++ b/crates/core/c8y_translator/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c8y_translator"
-version = "0.5.0"
+version = "0.5.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/crates/core/json_sm/Cargo.toml b/crates/core/json_sm/Cargo.toml
index 84f6eb06..5ec0e44c 100644
--- a/crates/core/json_sm/Cargo.toml
+++ b/crates/core/json_sm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json_sm"
-version = "0.5.0"
+version = "0.5.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
license = "Apache-2.0"
diff --git a/crates/core/plugin_sm/Cargo.toml b/crates/core/plugin_sm/Cargo.toml
index d314bbc2..d6967a48 100644
--- a/crates/core/plugin_sm/Cargo.toml
+++ b/crates/core/plugin_sm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plugin_sm"
-version = "0.5.0"
+version = "0.5.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/crates/core/tedge/Cargo.toml b/crates/core/tedge/Cargo.toml
index 9e7f368a..1bb270b5 100644
--- a/crates/core/tedge/Cargo.toml
+++ b/crates/core/tedge/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge"
-version = "0.5.0"
+version = "0.5.1"
edition = "2018"
authors = ["thin-edge.io team <info@thin-edge.io>"]
license = "Apache-2.0"
diff --git a/crates/core/tedge_agent/Cargo.toml b/crates/core/tedge_agent/Cargo.toml
index 03bf5785..24cff142 100644
--- a/crates/core/tedge_agent/Cargo.toml
+++ b/crates/core/tedge_agent/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_agent"
-version = "0.5.0"
+version = "0.5.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
license = "Apache-2.0"
diff --git a/crates/core/tedge_mapper/Cargo.toml b/crates/core/tedge_mapper/Cargo.toml
index 05111ac7..c9a4aca8 100644
--- a/crates/core/tedge_mapper/Cargo.toml
+++ b/crates/core/tedge_mapper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_mapper"
-version = "0.5.0"
+version = "0.5.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
license = "Apache-2.0"
diff --git a/crates/core/thin_edge_json/Cargo.toml b/crates/core/thin_edge_json/Cargo.toml
index c55e5610..76642824 100644
--- a/crates/core/thin_edge_json/Cargo.toml
+++ b/crates/core/thin_edge_json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "thin_edge_json"
-version = "0.5.0"
+version = "0.5.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"