From e0135bf543def1026bbe05ad603b6373e13657d0 Mon Sep 17 00:00:00 2001 From: Sebastian Goll Date: Wed, 12 Feb 2025 16:15:48 +0100 Subject: [PATCH] v0.8.0 --- CHANGELOG.md | 9 ++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e88ffc5..58c4102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.8.0] - 2025-02-12 + ### Added - Add method `with_policy_id()` to `ua::AnonymousIdentityToken` and `ua::UserNameIdentityToken`. @@ -19,7 +21,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Breaking: Expect `ua::String`, `ua::ByteString` in `ua::UserNameIdentityToken::with_user_name()`, `ua::UserNameIdentityToken::with_password()`. -## [0.7.3] +## [0.7.3] - 2025-02-06 ### Added @@ -34,7 +36,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Upgrade to open62541 version [1.4.10](https://github.com/open62541/open62541/releases/tag/v1.4.10). -## [0.7.2] - 2024-01-13 +## [0.7.2] - 2025-01-13 ### Added @@ -398,7 +400,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - First public release. -[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.7.3...HEAD +[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/HMIProject/open62541/compare/v0.7.3...v0.8.0 [0.7.3]: https://github.com/HMIProject/open62541/compare/v0.7.2...v0.7.3 [0.7.2]: https://github.com/HMIProject/open62541/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/HMIProject/open62541/compare/v0.7.0...v0.7.1 diff --git a/Cargo.lock b/Cargo.lock index a47c11a..8864216 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,7 +572,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "open62541" -version = "0.7.3" +version = "0.8.0" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 0121a19..d5a19fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open62541" -version = "0.7.3" +version = "0.8.0" authors = ["HMI Project"] edition = "2021" # Keep the MSRV number here in sync with `test.yaml`. We require Rust 1.80 since