Skip to content

Commit 131ac69

Browse files
authored
chore(main): release 0.15.0 (#23)
1 parent 0ed8053 commit 131ac69

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.14.0"}
1+
{".":"0.15.0"}

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,28 @@
7676
* dependencies
7777
* accesskit_unix bumped from 0.11.0 to 0.11.1
7878

79+
## [0.15.0](https://github.com/AccessKit/accesskit-c/compare/0.14.0...0.15.0) (2025-03-17)
80+
81+
82+
### ⚠ BREAKING CHANGES
83+
84+
* Update accesskit_windows and add documentation for the subclassing adapter constructor ([#28](https://github.com/AccessKit/accesskit-c/issues/28))
85+
* Update to new AccessKit crate versions
86+
87+
### Features
88+
89+
* Add Meson as a build option ([#2](https://github.com/AccessKit/accesskit-c/issues/2)) ([ab4c9ac](https://github.com/AccessKit/accesskit-c/commit/ab4c9acaa24cbd5c5a7c1f1c15cfde02cd2772d7))
90+
91+
92+
### Bug Fixes
93+
94+
* Eliminate the dependency on `paste` ([#27](https://github.com/AccessKit/accesskit-c/issues/27)) ([e512230](https://github.com/AccessKit/accesskit-c/commit/e512230ebf3447fc9bd706c2e33731df6338d5b6))
95+
* Update accesskit_windows and add documentation for the subclassing adapter constructor ([#28](https://github.com/AccessKit/accesskit-c/issues/28)) ([0e13160](https://github.com/AccessKit/accesskit-c/commit/0e131608a417591070dae1a8a53c5a549f991470))
96+
* Update minimum supported Rust version to 1.77.2 ([#26](https://github.com/AccessKit/accesskit-c/issues/26)) ([b86ed76](https://github.com/AccessKit/accesskit-c/commit/b86ed764485c8b6370bb2de6ef2567200e0e8378))
97+
* Update some dependencies to fix potential vulnerabilities ([#22](https://github.com/AccessKit/accesskit-c/issues/22)) ([7a3bb5f](https://github.com/AccessKit/accesskit-c/commit/7a3bb5f2acef89272aeba88abf75aaaa2092f90a))
98+
* Update to new AccessKit crate versions ([beccab7](https://github.com/AccessKit/accesskit-c/commit/beccab72c55bb9406224d2c44d10a22e7fb1a90c))
99+
* Update toml_edit ([#29](https://github.com/AccessKit/accesskit-c/issues/29)) ([0ed8053](https://github.com/AccessKit/accesskit-c/commit/0ed80534cdb430944e09ad8d137f729a34673458))
100+
79101
## [0.14.0](https://github.com/AccessKit/accesskit-c/compare/0.13.1...0.14.0) (2024-11-23)
80102

81103

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

0 commit comments

Comments
 (0)