Skip to content

Commit

Permalink
Release 0.9.1.
Browse files Browse the repository at this point in the history
 * Various improvements to comment output. #370 / #375.
 * Fixed expand when ran from build.rs. #371
 * More debugging output for expansion. #383
 * New option to add a default private constructor in C++ tagged enums. #377
 * Syn and related dependencies updated to 1.0. #379
  • Loading branch information
emilio committed Aug 25, 2019
1 parent 959131e commit 8e4db4c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
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 = "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>"]
Expand Down

0 comments on commit 8e4db4c

Please sign in to comment.