Skip to content

Commit be0526f

Browse files
committed
v0.4.16
1 parent aa038fe commit be0526f

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.4.16] - 2025-05-30
11+
1012
- Upgrade to open62541 version
1113
[1.4.12](https://github.com/open62541/open62541/releases/tag/v1.4.12).
1214
- Upgrade to Mbed TLS version
@@ -217,7 +219,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
217219

218220
- First public release.
219221

220-
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.4.15...HEAD
222+
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.4.16...HEAD
223+
[0.4.16]: https://github.com/HMIProject/open62541-sys/compare/v0.4.15...v0.4.16
221224
[0.4.15]: https://github.com/HMIProject/open62541-sys/compare/v0.4.14...v0.4.15
222225
[0.4.14]: https://github.com/HMIProject/open62541-sys/compare/v0.4.13...v0.4.14
223226
[0.4.13]: https://github.com/HMIProject/open62541-sys/compare/v0.4.12...v0.4.13

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.4.15"
3+
version = "0.4.16"
44
authors = ["HMI Project"]
55
edition = "2021"
66
# Keep the MSRV number here in sync with `test.yaml`/`build.rs`. We require Rust

0 commit comments

Comments
 (0)