Skip to content

Commit

Permalink
Auto merge of #1196 - fitzgen:bump-to-0.32.1, r=KiChjang
Browse files Browse the repository at this point in the history
Bump to 0.32.1 minor release

rs? @emilio
  • Loading branch information
bors-servo authored Dec 18, 2017
2 parents 3dffd1c + 2e969a4 commit 39d0778
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 39d0778

Please sign in to comment.