From dd58c08250e36a37c5744caa9c0f476760d62073 Mon Sep 17 00:00:00 2001 From: Sebastian Goll Date: Thu, 19 Dec 2024 22:01:10 +0100 Subject: [PATCH] v0.7.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff419b..91f57e5 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.7.1] - 2024-12-19 + ### Added - Zeroize memory held by `PrivateKey` when dropped. @@ -355,7 +357,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.0...HEAD +[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.7.1...HEAD +[0.7.1]: https://github.com/HMIProject/open62541/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/HMIProject/open62541/compare/v0.6.6...v0.7.0 [0.6.6]: https://github.com/HMIProject/open62541/compare/v0.6.5...v0.6.6 [0.6.5]: https://github.com/HMIProject/open62541/compare/v0.6.4...v0.6.5 diff --git a/Cargo.lock b/Cargo.lock index c3a9c00..732996c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -583,7 +583,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "open62541" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index fa126d0..5b1c1ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open62541" -version = "0.7.0" +version = "0.7.1" authors = ["HMI Project"] edition = "2021" # Keep the MSRV number here in sync with `test.yaml`. We require Rust 1.80 since