Skip to content

Commit ab4f81f

Browse files
committed
v0.4.13
1 parent ef7d423 commit ab4f81f

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10-
### Fixed
11-
12-
- Fix recent update to open62541 version
13-
[1.4.11](https://github.com/open62541/open62541/releases/tag/v1.4.11.1).
14-
15-
## [0.4.12] - 2025-03-19
10+
## [0.4.13] - 2025-03-19
1611

1712
### Changed
1813

1914
- Upgrade to open62541 version
20-
[1.4.11](https://github.com/open62541/open62541/releases/tag/v1.4.11).
15+
[1.4.11](https://github.com/open62541/open62541/releases/tag/v1.4.11.1).
16+
17+
## [0.4.12] - 2025-03-19 [YANKED]
2118

2219
## [0.4.11] - 2025-02-06
2320

@@ -202,7 +199,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
202199

203200
- First public release.
204201

205-
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.4.12...HEAD
202+
[Unreleased]: https://github.com/HMIProject/open62541-sys/compare/v0.4.13...HEAD
203+
[0.4.13]: https://github.com/HMIProject/open62541-sys/compare/v0.4.12...v0.4.13
206204
[0.4.12]: https://github.com/HMIProject/open62541-sys/compare/v0.4.11...v0.4.12
207205
[0.4.11]: https://github.com/HMIProject/open62541-sys/compare/v0.4.10...v0.4.11
208206
[0.4.10]: https://github.com/HMIProject/open62541-sys/compare/v0.4.9...v0.4.10

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