Skip to content

Commit 75a5320

Browse files
committed
v0.10.0
1 parent 2f4a610 commit 75a5320

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.10.0] - 2025-10-14
11+
1012
### Added
1113

1214
- Implement `PartialEq`/`Eq`/`PartialOrd`/`Ord` for `DataValue`.
@@ -545,7 +547,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
545547

546548
- First public release.
547549

548-
[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.9.4...HEAD
550+
[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.10.0...HEAD
551+
[0.10.0]: https://github.com/HMIProject/open62541/compare/v0.9.4...v0.10.0
549552
[0.9.4]: https://github.com/HMIProject/open62541/compare/v0.9.3...v0.9.4
550553
[0.9.3]: https://github.com/HMIProject/open62541/compare/v0.9.2...v0.9.3
551554
[0.9.2]: https://github.com/HMIProject/open62541/compare/v0.9.1...v0.9.2

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.9.4"
3+
version = "0.10.0"
44
authors = ["HMI Project"]
55
edition = "2024"
66
# Keep the MSRV number here in sync with `test.yaml`.

0 commit comments

Comments
 (0)