Skip to content

Commit

Permalink
v0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Nov 19, 2019
1 parent 5f4dc4f commit b44be6e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,31 @@ Released YYYY/MM/DD

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

# 0.52.0

Released 2019/11/19.

## Added

* Added `newtype` enum style, much like `bitfield` but without the bitwise ops
(#1677).
* Added support for `MaybeUninit` rather than `mem::uninitialized()` (#1666).
* Allowed static linking (#1620).

## Changed

* Use c_void from core when --use-core is specified and available (#1634).
* Various dependencies and features are non-default now (like `regex` unicode
features).

## Fixed

* Fixed crash when unknown keywords are used before a namespace (#1678).
* Do not generate implementation for clone for flexible array members (#1664).
* Fixed `#[must_use]` support for libclang 9+ (#1646).
* Fixed `BitfieldUnit` constructor to handle 64 bit wide bitfields on 32 bit (#1640).
* Added a `ParseCallbacks` handler for included files. (#1637).

# 0.51.1

Released 2019/09/23.
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 @@ -14,7 +14,7 @@ readme = "README.md"
repository = "https://github.com/rust-lang/rust-bindgen"
documentation = "https://docs.rs/bindgen"
homepage = "https://rust-lang.github.io/rust-bindgen/"
version = "0.51.1"
version = "0.52.0"
build = "build.rs"

include = [
Expand Down

0 comments on commit b44be6e

Please sign in to comment.