Skip to content

Commit f94036f

Browse files
committed
Release v0.54.1
1 parent 17b6ae8 commit f94036f

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,40 @@ Released YYYY/MM/DD
135135

136136
--------------------------------------------------------------------------------
137137

138+
# 0.54.1
139+
140+
Released 2020/07/06.
141+
142+
## Added
143+
144+
* Added ParseCallbacks::func_macro to be able to process function-like macros.
145+
(#1792).
146+
147+
* Allowed IntKind::Custom to represent paths instead of idents (#1800).
148+
149+
## Changed
150+
151+
* Generated comment now includes the bindgen version, and can be disabled
152+
(#1814).
153+
154+
* Various documentation improvements.
155+
156+
## Fixed
157+
158+
* Typedefs for types with the same names as rust primitive types compiles
159+
(#1798).
160+
161+
* Bindgen dependencies will now get rebuilt when various environment variables
162+
that affect bindgen change (#1809, #1813).
163+
164+
* Various fixes to command_line_flags (#1816, #1819, #1821).
165+
166+
* Functions that start with `operator` now get properly generated (#1817).
167+
168+
169+
Thanks to all the awesome contributors that sent patches included in this
170+
release!
171+
138172
# 0.54.0
139173

140174
Released 2020/05/21.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
repository = "https://github.com/rust-lang/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
1616
homepage = "https://rust-lang.github.io/rust-bindgen/"
17-
version = "0.54.0"
17+
version = "0.54.1"
1818
edition = "2018"
1919
build = "build.rs"
2020

0 commit comments

Comments
 (0)