Skip to content

Commit 39d0778

Browse files
author
bors-servo
authored
Auto merge of #1196 - fitzgen:bump-to-0.32.1, r=KiChjang
Bump to 0.32.1 minor release rs? @emilio
2 parents 3dffd1c + 2e969a4 commit 39d0778

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ Released YYYY/MM/DD
6363

6464
--------------------------------------------------------------------------------
6565

66+
# 0.32.1
67+
68+
Released 2017/12/18
69+
70+
## Fixed
71+
72+
* When translating C/C++ `enum`s into Rust `enum`s using `rustified_enum` /
73+
`--rustified-enum`, properly add `#[repr(C)]` to the emitted `enum`. [#1183][]
74+
75+
[#1183]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1183
76+
77+
--------------------------------------------------------------------------------
78+
6679
# 0.32.0
6780

6881
Released 2017/12/08

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "bindgen"
1313
readme = "README.md"
1414
repository = "https://github.com/rust-lang-nursery/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
16-
version = "0.32.0"
16+
version = "0.32.1"
1717
build = "build.rs"
1818

1919
include = [

0 commit comments

Comments
 (0)