Release 0.14.1

* Handle mangling pointers. (#508)
 * Unconditionally generate a return statement in partialeq implementations. (#509)
This commit is contained in:
Emilio Cobos Álvarez 2020-04-10 16:34:54 +02:00
parent 33d9ecf11f
commit 0761b9bbe4
3 changed files with 7 additions and 2 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -32,7 +32,7 @@ dependencies = [
[[package]]
name = "cbindgen"
version = "0.14.0"
version = "0.14.1"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "cbindgen"
version = "0.14.0"
version = "0.14.1"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>",
"Kartikaya Gupta <kats@mozilla.com>",
"Ryan Hunt <rhunt@eqrion.net>"]