Skip to content

Commit dd58c08

Browse files
committed
v0.7.1
1 parent fbbd6a5 commit dd58c08

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.7.1] - 2024-12-19
11+
1012
### Added
1113

1214
- Zeroize memory held by `PrivateKey` when dropped.
@@ -355,7 +357,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
355357

356358
- First public release.
357359

358-
[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.7.0...HEAD
360+
[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.7.1...HEAD
361+
[0.7.1]: https://github.com/HMIProject/open62541/compare/v0.7.0...v0.7.1
359362
[0.7.0]: https://github.com/HMIProject/open62541/compare/v0.6.6...v0.7.0
360363
[0.6.6]: https://github.com/HMIProject/open62541/compare/v0.6.5...v0.6.6
361364
[0.6.5]: https://github.com/HMIProject/open62541/compare/v0.6.4...v0.6.5

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "open62541"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["HMI Project"]
55
edition = "2021"
66
# Keep the MSRV number here in sync with `test.yaml`. We require Rust 1.80 since

0 commit comments

Comments
 (0)