Skip to content

Commit 06c1779

Browse files
authored
chore(main): release 0.16.0 (#41)
1 parent 8ae58b1 commit 06c1779

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.15.1"}
1+
{".":"0.16.0"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@
7676
* dependencies
7777
* accesskit_unix bumped from 0.11.0 to 0.11.1
7878

79+
## [0.16.0](https://github.com/AccessKit/accesskit-c/compare/0.15.1...0.16.0) (2025-05-25)
80+
81+
82+
### ⚠ BREAKING CHANGES
83+
84+
* Update the AccessKit crates ([#37](https://github.com/AccessKit/accesskit-c/issues/37))
85+
86+
### Bug Fixes
87+
88+
* Rename import library for MSVC toolchain ([#43](https://github.com/AccessKit/accesskit-c/issues/43)) ([8ae58b1](https://github.com/AccessKit/accesskit-c/commit/8ae58b1f335482b0bdad0509d095cf58e0e97731))
89+
* Update the AccessKit crates ([#37](https://github.com/AccessKit/accesskit-c/issues/37)) ([768173d](https://github.com/AccessKit/accesskit-c/commit/768173d1a81972a6757d76dc183bd7d037175195))
90+
7991
## [0.15.1](https://github.com/AccessKit/accesskit-c/compare/0.15.0...0.15.1) (2025-03-18)
8092

8193

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 = "accesskit-c"
3-
version = "0.15.1"
3+
version = "0.16.0"
44
authors = ["The AccessKit contributors"]
55
license = "MIT OR Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)