Skip to content

Commit

Permalink
v0.18.0
Browse files Browse the repository at this point in the history
 * Simplify types in nested types such as pointed-to types and function
   signatures (#661).
  • Loading branch information
emilio committed Feb 26, 2021
1 parent 1903686 commit a0dc1a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.18.0

* Simplify types in nested types such as pointed-to types and function signatures (#661)

## 0.17.0

* Add with_parse_extra_bindings to builder. (#645)
Expand Down
4 changes: 3 additions & 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.17.0"
version = "0.18.0"
authors = [
"Emilio Cobos Álvarez <emilio@crisal.io>",
"Jeff Muizelaar <jmuizelaar@mozilla.com>",
Expand Down

0 comments on commit a0dc1a1

Please sign in to comment.