Skip to content

Commit

Permalink
Auto merge of rust-lang#1233 - emilio:bump, r=pepyakin
Browse files Browse the repository at this point in the history
Minor version bump.

Closes rust-lang#1231.
  • Loading branch information
bors-servo authored Jan 22, 2018
2 parents a2409da + a468105 commit b371224
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,26 @@ Released YYYY/MM/DD

--------------------------------------------------------------------------------

# 0.32.2

Released 2017/01/22

## Fixed

* Avoid symbol generation for pure virtual functions. [#1197][]
* Handling of `_Complex _Float128`. [#1087][]
* Regression on code generation for variadic functions. [#1216][]
* Enum code generation generates conflicting repr hint warning. [#1224][]
* Constified code generation for enums with an explicit type of `bool`. [#1145][]
* Bindgen will now call `rustfmt` directly instead of via `rustup`. [#1184][]

[#1197]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1197
[#1087]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1087
[#1216]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1216
[#1224]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1224
[#1145]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1145
[#1184]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1184

# 0.32.1

Released 2017/12/18
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.1"
version = "0.32.2"
build = "build.rs"

include = [
Expand Down

0 comments on commit b371224

Please sign in to comment.