Skip to content

Commit ea6902a

Browse files
committed
v0.5.3
1 parent c3f5446 commit ea6902a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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.5.3] - 2026-02-23
11+
1012
### Changed
1113

1214
- Upgrade to open62541 version
@@ -269,7 +271,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
269271

270272
- First public release.
271273

272-
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.5.2...HEAD
274+
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.5.3...HEAD
275+
[0.5.3]: https://github.com/HMIProject/open62541-sys/compare/v0.5.2...v0.5.3
273276
[0.5.2]: https://github.com/HMIProject/open62541-sys/compare/v0.5.1...v0.5.2
274277
[0.5.1]: https://github.com/HMIProject/open62541-sys/compare/v0.5.0...v0.5.1
275278
[0.5.0]: https://github.com/HMIProject/open62541-sys/compare/v0.4.18...v0.5.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-sys"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
authors = ["HMI Project"]
55
edition = "2024"
66
# Keep MSRV in sync with `test.yaml`/`build.rs`. Use versions that are at least 6 months old.

0 commit comments

Comments
 (0)