Skip to content

Commit 8ada38a

Browse files
committed
v0.5.4
1 parent a795da8 commit 8ada38a

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.5.4] - 2026-03-16
11+
1012
### Fixed
1113

1214
- Disable LTO on `x86_64-unknown-linux-gnu` to fix unresolved symbols when linking with `lld`
@@ -276,7 +278,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
276278

277279
- First public release.
278280

279-
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.5.3...HEAD
281+
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.5.4...HEAD
282+
[0.5.4]: https://github.com/HMIProject/open62541-sys/compare/v0.5.3...v0.5.4
280283
[0.5.3]: https://github.com/HMIProject/open62541-sys/compare/v0.5.2...v0.5.3
281284
[0.5.2]: https://github.com/HMIProject/open62541-sys/compare/v0.5.1...v0.5.2
282285
[0.5.1]: https://github.com/HMIProject/open62541-sys/compare/v0.5.0...v0.5.1

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