From 38e551bb019e2fb7ec15f23a0f451e57e5f688f4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 07:07:34 +0000 Subject: [PATCH] chore(main): release 5.3.2 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5a9bbc..be9afc48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.3.2](https://github.com/cailloumajor/opcua-proxy/compare/v5.3.1...v5.3.2) (2023-09-20) + + +### Bug Fixes + +* **deps:** update rust crate clap to 4.4.4 ([8f40629](https://github.com/cailloumajor/opcua-proxy/commit/8f406298b45ed6a9cd8b6d01167d9e6995accae1)) +* **deps:** update rust docker tag to v1.72.1 ([b6c3f63](https://github.com/cailloumajor/opcua-proxy/commit/b6c3f631a03dd59efdb106accdea555b467efdff)) + ## [5.3.1](https://github.com/cailloumajor/opcua-proxy/compare/v5.3.0...v5.3.1) (2023-09-13) diff --git a/Cargo.lock b/Cargo.lock index 6b3742c8..83635ddf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1062,7 +1062,7 @@ dependencies = [ [[package]] name = "opcua-proxy" -version = "5.3.1" +version = "5.3.2" dependencies = [ "anyhow", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 705f7079..8fb1da3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "opcua-proxy" description = "OPC-UA proxy" -version = "5.3.1" +version = "5.3.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html