Skip to content

Commit 0c64c23

Browse files
committed
v0.9.4
1 parent 41e564e commit 0c64c23

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.9.4] - 2025-09-01
11+
1012
### Changed
1113

1214
- Include category ("network", "channel", ..., "discovery") in log messages.
@@ -524,7 +526,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
524526

525527
- First public release.
526528

527-
[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.9.3...HEAD
529+
[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.9.4...HEAD
530+
[0.9.4]: https://github.com/HMIProject/open62541/compare/v0.9.3...v0.9.4
528531
[0.9.3]: https://github.com/HMIProject/open62541/compare/v0.9.2...v0.9.3
529532
[0.9.2]: https://github.com/HMIProject/open62541/compare/v0.9.1...v0.9.2
530533
[0.9.1]: https://github.com/HMIProject/open62541/compare/v0.9.0...v0.9.1

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.3"
3+
version = "0.9.4"
44
authors = ["HMI Project"]
55
edition = "2021"
66
# Keep the MSRV number here in sync with `test.yaml`. We require Rust 1.82 for the following reason:

0 commit comments

Comments
 (0)