From ce905f90aaeb38fcf72260d36d7046686aab570e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 12:33:02 +0000 Subject: [PATCH] chore(main): release 5.3.0 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 819fe441..fe49fbe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.3.0](https://github.com/cailloumajor/opcua-proxy/compare/v5.2.9...v5.3.0) (2023-09-13) + + +### Features + +* accept `Organizes` tag set container nodes ([9aed8ea](https://github.com/cailloumajor/opcua-proxy/commit/9aed8eaf388284261bab303cbe623bb5443cedbe)) + ## [5.2.9](https://github.com/cailloumajor/opcua-proxy/compare/v5.2.8...v5.2.9) (2023-09-13) diff --git a/Cargo.lock b/Cargo.lock index 68165dec..386b2ae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1062,7 +1062,7 @@ dependencies = [ [[package]] name = "opcua-proxy" -version = "5.2.9" +version = "5.3.0" dependencies = [ "anyhow", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 31548782..93c4cb41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "opcua-proxy" description = "OPC-UA proxy" -version = "5.2.9" +version = "5.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html