Skip to content

Commit 7ab1e18

Browse files
committed
v0.9.3
1 parent 4697f70 commit 7ab1e18

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.9.3] - 2025-08-27
11+
1012
### Added
1113

1214
- Display and parse `ua::ExpandedNodeId`.
13-
- Add method `AsyncClient::service_request()`.
14-
- Add types `ua::RequestHeader` and `ua::ResponseHeader`.
15-
- Add traits `ServiceRequest` and `ServiceResponse`.
15+
- Add `ua::RequestHeader` and `ua::ResponseHeader`.
16+
- Add method `AsyncClient::service_request()` and traits `ServiceRequest` and `ServiceResponse` to
17+
issue custom service requests.
1618

1719
## [0.9.2] - 2025-07-15
1820

@@ -517,7 +519,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
517519

518520
- First public release.
519521

520-
[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.9.2...HEAD
522+
[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.9.3...HEAD
523+
[0.9.3]: https://github.com/HMIProject/open62541/compare/v0.9.2...v0.9.3
521524
[0.9.2]: https://github.com/HMIProject/open62541/compare/v0.9.1...v0.9.2
522525
[0.9.1]: https://github.com/HMIProject/open62541/compare/v0.9.0...v0.9.1
523526
[0.9.0]: https://github.com/HMIProject/open62541/compare/v0.8.5...v0.9.0

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.2"
3+
version = "0.9.3"
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)