From 255c3671f4e5c40bbcc42de98b8eb47ba6a34775 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 03:55:26 +0000 Subject: [PATCH] chore(main): release 5.3.3 --- 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 be9afc48..b9d4270c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.3.3](https://github.com/cailloumajor/opcua-proxy/compare/v5.3.2...v5.3.3) (2023-10-02) + + +### Bug Fixes + +* **deps:** update rust crate clap to 4.4.5 ([6bd7115](https://github.com/cailloumajor/opcua-proxy/commit/6bd7115850c16d19ed31b84e4fee81367b0c9459)) +* **deps:** update rust crate clap to 4.4.6 ([94c3961](https://github.com/cailloumajor/opcua-proxy/commit/94c39614ea21e1758368ad76a3e6cc0d9969f5b8)) +* **deps:** update rust crate mongodb to 2.7.0 ([8257641](https://github.com/cailloumajor/opcua-proxy/commit/8257641ffcb32ad23a9f5c98006c70e0ee64c0f9)) + ## [5.3.2](https://github.com/cailloumajor/opcua-proxy/compare/v5.3.1...v5.3.2) (2023-09-20) diff --git a/Cargo.lock b/Cargo.lock index cbe3b92b..f4f52f57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,7 +1063,7 @@ dependencies = [ [[package]] name = "opcua-proxy" -version = "5.3.2" +version = "5.3.3" dependencies = [ "anyhow", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index acdb5eb5..395a4d1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "opcua-proxy" description = "OPC-UA proxy" -version = "5.3.2" +version = "5.3.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html