From ef1d16f53afd9d35ef15181c2b8ac7a0f6f0c05b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:09:01 +0000 Subject: [PATCH] chore(main): release 6.0.5 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 966d0bb..f9a0257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [6.0.5](https://github.com/cailloumajor/opcua-proxy/compare/v6.0.4...v6.0.5) (2024-12-12) + + +### Bug Fixes + +* **deps:** update rust crate anyhow to v1.0.94 ([#533](https://github.com/cailloumajor/opcua-proxy/issues/533)) ([ba48253](https://github.com/cailloumajor/opcua-proxy/commit/ba48253bc30317129e42608771859e577116c0ce)) +* **deps:** update rust crate clap to v4.5.22 ([#534](https://github.com/cailloumajor/opcua-proxy/issues/534)) ([fbff7c8](https://github.com/cailloumajor/opcua-proxy/commit/fbff7c8219e0146cc774dcc18daa8e4d88519bc1)) +* **deps:** update rust crate serde to v1.0.216 ([#542](https://github.com/cailloumajor/opcua-proxy/issues/542)) ([8661ba8](https://github.com/cailloumajor/opcua-proxy/commit/8661ba89710e305bc4630c19953aaa7ff2344382)) +* **deps:** update rust crate tokio to v1.42.0 ([4889d11](https://github.com/cailloumajor/opcua-proxy/commit/4889d11bfac9c7a5d83d207572029ae47a3a0a1a)) +* **deps:** update rust crate tokio to v1.42.0 ([7da9141](https://github.com/cailloumajor/opcua-proxy/commit/7da91416f46dca55d1eb2f5f736861de92f4b136)) +* **deps:** update rust crate tokio-util to v0.7.13 ([#536](https://github.com/cailloumajor/opcua-proxy/issues/536)) ([1b9894b](https://github.com/cailloumajor/opcua-proxy/commit/1b9894bab30d39df2d87e2cb5b68d593e241b9fc)) +* **deps:** update rust docker tag to v1.82.0 ([793ad52](https://github.com/cailloumajor/opcua-proxy/commit/793ad525134e80133125dba196444ffac3045b06)) +* **deps:** update rust docker tag to v1.82.0 ([4400230](https://github.com/cailloumajor/opcua-proxy/commit/44002301cad53ab8578424d5fd2d7dc565bfd901)) +* **deps:** update rust docker tag to v1.83.0 ([81c62fc](https://github.com/cailloumajor/opcua-proxy/commit/81c62fc3935e4f4e4c2188c40e3c2dc814beca47)) +* **deps:** update rust docker tag to v1.83.0 ([25172e5](https://github.com/cailloumajor/opcua-proxy/commit/25172e5ea23489c461f1c7c1e030ed53e4f617b8)) +* **deps:** update tonistiigi/xx docker tag to v1.6.1 ([7ec048e](https://github.com/cailloumajor/opcua-proxy/commit/7ec048eac0f3433e791079e9c59c5d74dea75648)) +* **deps:** update tonistiigi/xx docker tag to v1.6.1 ([aebaa4e](https://github.com/cailloumajor/opcua-proxy/commit/aebaa4e3ec56634ba14ba6204533a44767b80096)) + ## [6.0.4](https://github.com/cailloumajor/opcua-proxy/compare/v6.0.3...v6.0.4) (2024-09-28) diff --git a/Cargo.lock b/Cargo.lock index de178dd..d943470 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1172,7 +1172,7 @@ dependencies = [ [[package]] name = "opcua-proxy" -version = "6.0.4" +version = "6.0.5" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ce4b8d5..f89a38f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "opcua-proxy" description = "OPC-UA proxy" -version = "6.0.4" +version = "6.0.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html