Skip to content

Commit 46c93f8

Browse files
committed
v0.2.2
1 parent 1fe63af commit 46c93f8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.2] - 2024-01-22
9+
10+
[0.2.2]: https://github.com/HMIProject/open62541-sys/compare/v0.2.1...v0.2.2
11+
12+
### Changed
13+
14+
- Add binding for `va_end()`, adjust behavior of `vsnprintf()` to call `va_copy()` internally
15+
(HMIProject/open62541#30).
16+
817
## [0.2.1] - 2024-01-19
918

1019
[0.2.1]: https://github.com/HMIProject/open62541-sys/compare/v0.2.0...v0.2.1

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "open62541-sys"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["HMI Project"]
55
edition = "2021"
66
# Keep the MSRV number here in sync with `test.yaml`. We require Rust 1.70, the

0 commit comments

Comments
 (0)