summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2021-12-10 15:19:01 +0000
committerGitHub <noreply@github.com>2021-12-10 16:19:01 +0100
commit309f1609c0faa435e6b2399fbd1256bffbfc0757 (patch)
tree141b9f35b74360ded859921e43dcb7b9462b314f /crates
parent65a3217b04b1eef822a9fcb2d8afc1695fb7a9fc (diff)
Bump version to 0.5.0. Update some docs to use 0.5.0 as well (#677)
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com> Co-authored-by: Sebastian Büttner <sebastian.buettner@softwareag.com>
Diffstat (limited to 'crates')
-rw-r--r--crates/common/batcher/Cargo.toml2
-rw-r--r--crates/common/certificate/Cargo.toml2
-rw-r--r--crates/common/clock/Cargo.toml2
-rw-r--r--crates/common/download/Cargo.toml2
-rw-r--r--crates/common/flockfile/Cargo.toml2
-rw-r--r--crates/common/json_writer/Cargo.toml2
-rw-r--r--crates/common/mqtt_client/Cargo.toml2
-rw-r--r--crates/common/tedge_config/Cargo.toml2
-rw-r--r--crates/common/tedge_users/Cargo.toml2
-rw-r--r--crates/common/tedge_utils/Cargo.toml2
-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
-rw-r--r--crates/tests/mqtt_tests/Cargo.toml2
19 files changed, 19 insertions, 19 deletions
diff --git a/crates/common/batcher/Cargo.toml b/crates/common/batcher/Cargo.toml
index 9cc6c8fb..c28d488d 100644
--- a/crates/common/batcher/Cargo.toml
+++ b/crates/common/batcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "batcher"
-version = "0.4.3"
+version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/crates/common/certificate/Cargo.toml b/crates/common/certificate/Cargo.toml
index 7a15df10..de8d2429 100644
--- a/crates/common/certificate/Cargo.toml
+++ b/crates/common/certificate/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "certificate"
-version = "0.4.3"
+version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/crates/common/clock/Cargo.toml b/crates/common/clock/Cargo.toml
index 364c2f22..e3b433d6 100644
--- a/crates/common/clock/Cargo.toml
+++ b/crates/common/clock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clock"
-version = "0.4.3"
+version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/crates/common/download/Cargo.toml b/crates/common/download/Cargo.toml
index 5cb353bc..fb4170ee 100644
--- a/crates/common/download/Cargo.toml
+++ b/crates/common/download/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "download"
-version = "0.4.3"
+version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
license = "Apache-2.0"
diff --git a/crates/common/flockfile/Cargo.toml b/crates/common/flockfile/Cargo.toml
index 91a4e267..0b14de6e 100644
--- a/crates/common/flockfile/Cargo.toml
+++ b/crates/common/flockfile/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flockfile"
-version = "0.4.3"
+version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/crates/common/json_writer/Cargo.toml b/crates/common/json_writer/Cargo.toml
index e321d9f3..b56c59a1 100644
--- a/crates/common/json_writer/Cargo.toml
+++ b/crates/common/json_writer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json-writer"
-version = "0.4.3"
+version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/crates/common/mqtt_client/Cargo.toml b/crates/common/mqtt_client/Cargo.toml
index 8fd3cc9c..704f777a 100644
--- a/crates/common/mqtt_client/Cargo.toml
+++ b/crates/common/mqtt_client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mqtt_client"
-version = "0.4.3"
+version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/crates/common/tedge_config/Cargo.toml b/crates/common/tedge_config/Cargo.toml
index a2451306..5b3c4ece 100644
--- a/crates/common/tedge_config/Cargo.toml
+++ b/crates/common/tedge_config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_config"
-version = "0.4.3"
+version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/crates/common/tedge_users/Cargo.toml b/crates/common/tedge_users/Cargo.toml
index 01cf3be6..c40bb332 100644
--- a/crates/common/tedge_users/Cargo.toml
+++ b/crates/common/tedge_users/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_users"
-version = "0.4.3"
+version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/crates/common/tedge_utils/Cargo.toml b/crates/common/tedge_utils/Cargo.toml
index 861fff3c..c5d7b3d8 100644
--- a/crates/common/tedge_utils/Cargo.toml
+++ b/crates/common/tedge_utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_utils"
-version = "0.4.3"
+version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
license = "Apache-2.0"
diff --git a/crates/core/c8y_smartrest/Cargo.toml b/crates/core/c8y_smartrest/Cargo.toml
index 6e0a6289..8b91157b 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.4.3"
+version = "0.5.0"
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 f4dbdd7d..a68f8f9a 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.4.3"
+version = "0.5.0"
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 0a67215f..84f6eb06 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.4.3"
+version = "0.5.0"
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 1e67dbf3..90fbf1aa 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.4.3"
+version = "0.5.0"
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 7af49afe..9e7f368a 100644
--- a/crates/core/tedge/Cargo.toml
+++ b/crates/core/tedge/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge"
-version = "0.4.3"
+version = "0.5.0"
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 4c0a502e..03bf5785 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.4.3"
+version = "0.5.0"
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 51ff7cad..05111ac7 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.4.3"
+version = "0.5.0"
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 d832425c..30ef3ff1 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.4.3"
+version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/crates/tests/mqtt_tests/Cargo.toml b/crates/tests/mqtt_tests/Cargo.toml
index abb2c980..1fab184c 100644
--- a/crates/tests/mqtt_tests/Cargo.toml
+++ b/crates/tests/mqtt_tests/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mqtt_tests"
-version = "0.4.3"
+version = "0.5.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html