Skip to content

Commit 5e66715

Browse files
committed
Release v0.13.0
* Support 'swift_name' attributes on generated functions (#449) * Add [export.pre_body] to config (#452) * Handle new line in doc attribute (#454) * Add support for `Self` in tagged enums, structs and unions (#455, #455, #456) * Make sentinel variant respect regular config (#459) * Fix layout of tagged enums with size under some configurations (#463) * Add an option to allow configuring the order of function names in generated headers (#466) Thanks to all the awesome contributors.
1 parent 723e690 commit 5e66715

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.13.0
2+
3+
* Support 'swift_name' attributes on generated functions (#449)
4+
* Add [export.pre_body] to config (#452)
5+
* Handle new line in doc attribute (#454)
6+
* Add support for `Self` in tagged enums, structs and unions (#455, #455, #456)
7+
* Make sentinel variant respect regular config (#459)
8+
* Fix layout of tagged enums with size under some configurations (#463)
9+
* Add an option to allow configuring the order of function names in generated headers (#466)
10+
111
## 0.12.2
212

313
* Fixed version detection with lockfile v2. https://github.com/eqrion/cbindgen/pull/446

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 = "cbindgen"
3-
version = "0.12.2"
3+
version = "0.13.0"
44
authors = ["Jeff Muizelaar <[email protected]>",
55
"Kartikaya Gupta <[email protected]>",
66
"Ryan Hunt <[email protected]>"]

0 commit comments

Comments
 (0)