Skip to content

Commit e78c4a9

Browse files
authored
v0.5.1 (#83)
1 parent d0a280f commit e78c4a9

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.1] - 2025-10-21
11+
1012
### Changed
1113

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

256258
- First public release.
257259

258-
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.5.0...HEAD
260+
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.5.1...HEAD
261+
[0.5.1]: https://github.com/HMIProject/open62541-sys/compare/v0.5.0...v0.5.1
259262
[0.5.0]: https://github.com/HMIProject/open62541-sys/compare/v0.4.18...v0.5.0
260263
[0.4.18]: https://github.com/HMIProject/open62541-sys/compare/v0.4.17...v0.4.18
261264
[0.4.17]: https://github.com/HMIProject/open62541-sys/compare/v0.4.16...v0.4.17

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.0"
3+
version = "0.5.1"
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)