Skip to content

Commit aa4c5f3

Browse files
committed
v0.4.17
1 parent db80747 commit aa4c5f3

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.17] - 2025-07-15
11+
1012
### Changed
1113

1214
- Upgrade to Mbed TLS version [3.6.4](https://github.com/Mbed-TLS/mbedtls/releases/tag/v3.6.4).
@@ -229,7 +231,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
229231

230232
- First public release.
231233

232-
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.4.16...HEAD
234+
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.4.17...HEAD
235+
[0.4.17]: https://github.com/HMIProject/open62541-sys/compare/v0.4.16...v0.4.17
233236
[0.4.16]: https://github.com/HMIProject/open62541-sys/compare/v0.4.15...v0.4.16
234237
[0.4.15]: https://github.com/HMIProject/open62541-sys/compare/v0.4.14...v0.4.15
235238
[0.4.14]: https://github.com/HMIProject/open62541-sys/compare/v0.4.13...v0.4.14

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