Skip to content

Commit

Permalink
Release v0.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Jul 6, 2020
1 parent 17b6ae8 commit f94036f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,40 @@ Released YYYY/MM/DD

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

# 0.54.1

Released 2020/07/06.

## Added

* Added ParseCallbacks::func_macro to be able to process function-like macros.
(#1792).

* Allowed IntKind::Custom to represent paths instead of idents (#1800).

## Changed

* Generated comment now includes the bindgen version, and can be disabled
(#1814).

* Various documentation improvements.

## Fixed

* Typedefs for types with the same names as rust primitive types compiles
(#1798).

* Bindgen dependencies will now get rebuilt when various environment variables
that affect bindgen change (#1809, #1813).

* Various fixes to command_line_flags (#1816, #1819, #1821).

* Functions that start with `operator` now get properly generated (#1817).


Thanks to all the awesome contributors that sent patches included in this
release!

# 0.54.0

Released 2020/05/21.
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.54.0"
version = "0.54.1"
edition = "2018"
build = "build.rs"

Expand Down

0 comments on commit f94036f

Please sign in to comment.