diff --git a/CHANGES b/CHANGES index 3b5a44477..41241d744 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 7064aed40..f8a02e66b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ansi_term" version = "0.11.0" @@ -34,7 +36,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "cbindgen" -version = "0.17.0" +version = "0.18.0" dependencies = [ "clap", "heck", diff --git a/Cargo.toml b/Cargo.toml index a44c954da..2dd4aba8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cbindgen" -version = "0.17.0" +version = "0.18.0" authors = [ "Emilio Cobos Álvarez ", "Jeff Muizelaar ",