From a0dc1a1fcb19e03ebd11ce542df4ecaf670e2912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 26 Feb 2021 20:07:06 +0100 Subject: [PATCH] v0.18.0 * Simplify types in nested types such as pointed-to types and function signatures (#661). --- CHANGES | 4 ++++ Cargo.lock | 4 +++- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 ",