Skip to content

Commit 75d2293

Browse files
committed
v0.9.2
1 parent c1bcd02 commit 75d2293

3 files changed

Lines changed: 15 additions & 12 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.2] - 2025-07-15
11+
1012
### Added
1113

1214
- Add `AsyncSubscription::subscription_id()`.
@@ -508,7 +510,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
508510

509511
- First public release.
510512

511-
[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.9.1...HEAD
513+
[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.9.2...HEAD
514+
[0.9.2]: https://github.com/HMIProject/open62541/compare/v0.9.1...v0.9.2
512515
[0.9.1]: https://github.com/HMIProject/open62541/compare/v0.9.0...v0.9.1
513516
[0.9.0]: https://github.com/HMIProject/open62541/compare/v0.8.5...v0.9.0
514517
[0.8.5]: https://github.com/HMIProject/open62541/compare/v0.8.4...v0.8.5

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "open62541"
3-
version = "0.9.1"
3+
version = "0.9.2"
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:
@@ -20,7 +20,7 @@ include = ["src/", "README.md", "CHANGELOG.md"]
2020
futures-channel = "0.3.30"
2121
futures-core = { version = "0.3.30", default-features = false }
2222
log = "0.4.20"
23-
open62541-sys = "0.4.16"
23+
open62541-sys = "0.4.17"
2424
parking_lot = "0.12.4"
2525
paste = "1.0.14"
2626
serde = { version = "1.0.194", optional = true }

0 commit comments

Comments
 (0)