Skip to content

Commit 81197c3

Browse files
authored
chore(main): release 0.14.0 (#18)
1 parent 6220309 commit 81197c3

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.13.1"}
1+
{".":"0.14.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.14.0](https://github.com/AccessKit/accesskit-c/compare/0.13.1...0.14.0) (2024-11-23)
80+
81+
82+
### ⚠ BREAKING CHANGES
83+
84+
* Bump Rust dependencies and handle breaking changes ([#20](https://github.com/AccessKit/accesskit-c/issues/20))
85+
86+
### Bug Fixes
87+
88+
* Bump Rust dependencies and handle breaking changes ([#20](https://github.com/AccessKit/accesskit-c/issues/20)) ([6220309](https://github.com/AccessKit/accesskit-c/commit/622030924d3f226413eb5911728da71fea65a165))
89+
* Declare libraries required by the Windows platform adapter in debug builds ([#17](https://github.com/AccessKit/accesskit-c/issues/17)) ([29d8b2e](https://github.com/AccessKit/accesskit-c/commit/29d8b2ec94730c4a323bc89b50d720b15c211504))
90+
7991
## [0.13.1](https://github.com/AccessKit/accesskit-c/compare/0.13.0...0.13.1) (2024-10-13)
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.13.1"
3+
version = "0.14.0"
44
authors = ["The AccessKit contributors"]
55
license = "MIT OR Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)