Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
 * Initialize struct literal with list-initializer for C++11 standard (#401)
 * Surround namespace with __cplusplus ifdef in cpp_compat mode
 * Add support for --quiet flag
 * Map char to char32_t
 * Improve binding_crate_ref() error message
 * avoid prematurely returning during expansion
 * Add support for adding "using namespace" statements
  • Loading branch information
emilio committed Nov 19, 2019
1 parent 3f9e54b commit 6360d4f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.10.0

* Initialize struct literal with list-initializer for C++11 standard. https://github.com/eqrion/cbindgen/pull/401
* Surround namespace with __cplusplus ifdef in cpp_compat mode. https://github.com/eqrion/cbindgen/pull/407
* Add support for --quiet flag. https://github.com/eqrion/cbindgen/pull/400
* Map char to char32_t. https://github.com/eqrion/cbindgen/pull/396
* Improve binding_crate_ref() error message. https://github.com/eqrion/cbindgen/pull/395
* avoid prematurely returning during expansion. https://github.com/eqrion/cbindgen/pull/389
* Add support for adding "using namespace" statements. https://github.com/eqrion/cbindgen/pull/387

## 0.9.1

* Various improvements to comment output. https://github.com/eqrion/cbindgen/pull/370 / https://github.com/eqrion/cbindgen/pull/375.
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.1"
version = "0.10.0"
authors = ["Jeff Muizelaar <[email protected]>",
"Kartikaya Gupta <[email protected]>",
"Ryan Hunt <[email protected]>"]
Expand Down

0 comments on commit 6360d4f

Please sign in to comment.