Skip to content

Commit

Permalink
Release 0.14.1
Browse files Browse the repository at this point in the history
 * Handle mangling pointers. (#508)
 * Unconditionally generate a return statement in partialeq implementations. (#509)
  • Loading branch information
emilio committed Apr 10, 2020
1 parent 33d9ecf commit 0761b9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.14.1

* Handle mangling pointers. (#508)
* Unconditionally generate a return statement in partialeq implementations. (#509)

## 0.14.0

* Minor tweak at how [export.exclude] is handled to allow excluding
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.14.0"
version = "0.14.1"
authors = ["Jeff Muizelaar <[email protected]>",
"Kartikaya Gupta <[email protected]>",
"Ryan Hunt <[email protected]>"]
Expand Down

0 comments on commit 0761b9b

Please sign in to comment.