Skip to content

Commit 2d58866

Browse files
author
Matt Campbell
authored
chore(main): release 0.13.0 (#3)
1 parent 9d5f3b2 commit 2d58866

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.12.0"}
1+
{".":"0.13.0"}

CHANGELOG.md

+12
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.13.0](https://github.com/AccessKit/accesskit-c/compare/v0.12.0...0.13.0) (2024-07-14)
80+
81+
82+
### Features
83+
84+
* Move the C bindings into a standalone repository ([#1](https://github.com/AccessKit/accesskit-c/issues/1)) ([14ae192](https://github.com/AccessKit/accesskit-c/commit/14ae1927a3cf3cd913d0d1100877f4a3066ce558))
85+
86+
87+
### Bug Fixes
88+
89+
* Fix some typos in the documentation ([f67459f](https://github.com/AccessKit/accesskit-c/commit/f67459f9587b9532f7aca5fdb75d17c09a2eb253))
90+
7991
## [0.12.0](https://github.com/AccessKit/accesskit/compare/accesskit_c-v0.11.1...accesskit_c-v0.12.0) (2024-06-29)
8092

8193

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

0 commit comments

Comments
 (0)