summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2017-12-18 13:18:49 -0800
committerNick Fitzgerald <fitzgen@gmail.com>2017-12-18 13:18:49 -0800
commit2e969a42165426a6dbae2031987fc71daa1af23f (patch)
tree987150a1deb80689de4a24ca36842d71ea9f2687
parent3dffd1c50591c4790e2a9f0b1262064854a2e74d (diff)
Bump to 0.32.1 minor release
-rw-r--r--CHANGELOG.md13
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4e13b26..f877dd58 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 2d091c9f..00b76ef1 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 bc366145..e89127d9 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 = [