Skip to content

Commit fd3e594

Browse files
committed
v0.8.5
1 parent 4d0120f commit fd3e594

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

1214
- Add `ua::ServerStatusDataType` with `ua::ServerState` and `ua::BuildInfo`.
@@ -445,7 +447,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
445447

446448
- First public release.
447449

448-
[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.8.4...HEAD
450+
[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.8.5...HEAD
451+
[0.8.5]: https://github.com/HMIProject/open62541/compare/v0.8.4...v0.8.5
449452
[0.8.4]: https://github.com/HMIProject/open62541/compare/v0.8.3...v0.8.4
450453
[0.8.3]: https://github.com/HMIProject/open62541/compare/v0.8.2...v0.8.3
451454
[0.8.2]: https://github.com/HMIProject/open62541/compare/v0.8.1...v0.8.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.8.4"
3+
version = "0.8.5"
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)