Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
 * Support to generate C headers with C++ compatibility. #349
 * Fix include guard generation when no_includes is set. #352
 * Fix crate parsing order so that types from the binding crate are preferred in presence of conflicting names. #355
 * Add extra_bindings option to generate bindings for dependencies. #362
 * Clap dependency is optional now so it's feasible to avoid building it if cbindgen is used as a library. #363
  • Loading branch information
emilio committed Jun 26, 2019
1 parent a3c1334 commit e19526e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8.7"
version = "0.9.0"
authors = ["Jeff Muizelaar <[email protected]>",
"Kartikaya Gupta <[email protected]>",
"Ryan Hunt <[email protected]>"]
Expand Down

0 comments on commit e19526e

Please sign in to comment.