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.
This commit is contained in:
parent
723e690027
commit
5e667158a1
10
CHANGES
10
CHANGES
@ -1,3 +1,13 @@
|
||||
## 0.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)
|
||||
|
||||
## 0.12.2
|
||||
|
||||
* Fixed version detection with lockfile v2. https://github.com/eqrion/cbindgen/pull/446
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -32,7 +32,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cbindgen"
|
||||
version = "0.12.2"
|
||||
version = "0.13.0"
|
||||
dependencies = [
|
||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cbindgen"
|
||||
version = "0.12.2"
|
||||
version = "0.13.0"
|
||||
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>",
|
||||
"Kartikaya Gupta <kats@mozilla.com>",
|
||||
"Ryan Hunt <rhunt@eqrion.net>"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user