From 6f426c4f0e05e30307f6cf99f4716a2187344f95 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:24:45 +0000 Subject: [PATCH] chore(main): release 6.0.1 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a9bd4b9..409ff24c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [6.0.1](https://github.com/cailloumajor/opcua-proxy/compare/v6.0.0...v6.0.1) (2023-10-19) + + +### Bug Fixes + +* **deps:** update rust crate tracing to 0.1.39 ([e5f69f1](https://github.com/cailloumajor/opcua-proxy/commit/e5f69f1511978cdaad57470fdba53f1b56dccd10)) +* **deps:** update rust crate tracing to 0.1.40 ([0dc0a3a](https://github.com/cailloumajor/opcua-proxy/commit/0dc0a3adc45c68552a9e3e0c57ce9d407b4e9639)) +* **deps:** update tonistiigi/xx docker tag to v1.3.0 ([569582c](https://github.com/cailloumajor/opcua-proxy/commit/569582c6837a61c0eeb0d2967284967d347b7674)) + ## [6.0.0](https://github.com/cailloumajor/opcua-proxy/compare/v5.3.3...v6.0.0) (2023-10-13) diff --git a/Cargo.lock b/Cargo.lock index 34a7e723..82f448d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1076,7 +1076,7 @@ dependencies = [ [[package]] name = "opcua-proxy" -version = "6.0.0" +version = "6.0.1" dependencies = [ "anyhow", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index eb1d39f6..e9e26070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "opcua-proxy" description = "OPC-UA proxy" -version = "6.0.0" +version = "6.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html