From 2e969a42165426a6dbae2031987fc71daa1af23f Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Mon, 18 Dec 2017 13:18:49 -0800 Subject: [PATCH] Bump to 0.32.1 minor release --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e13b2650..f877dd5852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,19 @@ Released YYYY/MM/DD -------------------------------------------------------------------------------- +# 0.32.1 + +Released 2017/12/18 + +## Fixed + +* When translating C/C++ `enum`s into Rust `enum`s using `rustified_enum` / + `--rustified-enum`, properly add `#[repr(C)]` to the emitted `enum`. [#1183][] + +[#1183]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1183 + +-------------------------------------------------------------------------------- + # 0.32.0 Released 2017/12/08 diff --git a/Cargo.lock b/Cargo.lock index 2d091c9fee..00b76ef15c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,7 +23,7 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.32.0" +version = "0.32.1" dependencies = [ "cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index bc36614567..e89127d91b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "bindgen" readme = "README.md" repository = "https://github.com/rust-lang-nursery/rust-bindgen" documentation = "https://docs.rs/bindgen" -version = "0.32.0" +version = "0.32.1" build = "build.rs" include = [