Skip to content

Commit a227707

Browse files
committed
v0.4.12
1 parent 20c49ca commit a227707

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.12] - 2025-03-19
11+
1012
### Changed
1113

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

196198
- First public release.
197199

198-
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.4.11...HEAD
200+
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.4.12...HEAD
201+
[0.4.12]: https://github.com/HMIProject/open62541-sys/compare/v0.4.11...v0.4.12
199202
[0.4.11]: https://github.com/HMIProject/open62541-sys/compare/v0.4.10...v0.4.11
200203
[0.4.10]: https://github.com/HMIProject/open62541-sys/compare/v0.4.9...v0.4.10
201204
[0.4.9]: https://github.com/HMIProject/open62541-sys/compare/v0.4.8...v0.4.9

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