Skip to content

Commit a468105

Browse files
committed
Minor version bump.
Closes rust-lang#1231.
1 parent a2409da commit a468105

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

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

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

66+
# 0.32.2
67+
68+
Released 2017/01/22
69+
70+
## Fixed
71+
72+
* Avoid symbol generation for pure virtual functions. [#1197][]
73+
* Handling of `_Complex _Float128`. [#1087][]
74+
* Regression on code generation for variadic functions. [#1216][]
75+
* Enum code generation generates conflicting repr hint warning. [#1224][]
76+
* Constified code generation for enums with an explicit type of `bool`. [#1145][]
77+
* Bindgen will now call `rustfmt` directly instead of via `rustup`. [#1184][]
78+
79+
[#1197]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1197
80+
[#1087]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1087
81+
[#1216]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1216
82+
[#1224]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1224
83+
[#1145]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1145
84+
[#1184]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1184
85+
6686
# 0.32.1
6787

6888
Released 2017/12/18

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.1"
16+
version = "0.32.2"
1717
build = "build.rs"
1818

1919
include = [

0 commit comments

Comments
 (0)