Release 0.9.1.
* Various improvements to comment output. https://github.com/eqrion/cbindgen/pull/370 / https://github.com/eqrion/cbindgen/pull/375. * Fixed expand when ran from build.rs. https://github.com/eqrion/cbindgen/pull/371 * More debugging output for expansion. https://github.com/eqrion/cbindgen/pull/383 * New option to add a default private constructor in C++ tagged enums. https://github.com/eqrion/cbindgen/pull/377 * Syn and related dependencies updated to 1.0. https://github.com/eqrion/cbindgen/pull/379
This commit is contained in:
parent
959131e79b
commit
8e4db4c17f
8
CHANGES
8
CHANGES
@ -1,3 +1,11 @@
|
||||
## 0.9.1
|
||||
|
||||
* Various improvements to comment output. https://github.com/eqrion/cbindgen/pull/370 / https://github.com/eqrion/cbindgen/pull/375.
|
||||
* Fixed expand when ran from build.rs. https://github.com/eqrion/cbindgen/pull/371
|
||||
* More debugging output for expansion. https://github.com/eqrion/cbindgen/pull/383
|
||||
* New option to add a default private constructor in C++ tagged enums. https://github.com/eqrion/cbindgen/pull/377
|
||||
* Syn and related dependencies updated to 1.0. https://github.com/eqrion/cbindgen/pull/379
|
||||
|
||||
## 0.9.0
|
||||
|
||||
* Support to generate C headers with C++ compatibility. https://github.com/eqrion/cbindgen/pull/349
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -30,7 +30,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "cbindgen"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
dependencies = [
|
||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cbindgen"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
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