Skip to content

Commit

Permalink
chore(main): release 0.14.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcampbell authored Nov 23, 2024
1 parent 6220309 commit 81197c3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.13.1"}
{".":"0.14.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@
* dependencies
* accesskit_unix bumped from 0.11.0 to 0.11.1

## [0.14.0](https://github.com/AccessKit/accesskit-c/compare/0.13.1...0.14.0) (2024-11-23)


### ⚠ BREAKING CHANGES

* Bump Rust dependencies and handle breaking changes ([#20](https://github.com/AccessKit/accesskit-c/issues/20))

### Bug Fixes

* 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))
* 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))

## [0.13.1](https://github.com/AccessKit/accesskit-c/compare/0.13.0...0.13.1) (2024-10-13)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit-c"
version = "0.13.1"
version = "0.14.0"
authors = ["The AccessKit contributors"]
license = "MIT OR Apache-2.0"
publish = false
Expand Down

0 comments on commit 81197c3

Please sign in to comment.