Skip to content

Commit 5ca2fc7

Browse files
committed
v0.57.0
1 parent c509ef1 commit 5ca2fc7

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,23 @@
132132

133133
---
134134

135+
# 0.57.0
136+
137+
Released 2020/02/01
138+
139+
# Added
140+
141+
* Expose module-raw-lines to the CLI (#1936)
142+
* Added an option to fit macro constants to smaller types (#1945)
143+
* Add an option to respect C++ access specifiers on fields (#1968)
144+
145+
## Fixed
146+
147+
* Improved C++ auto-detection (#1933)
148+
* Fixed layout of bitfields in some edge cases (#1950)
149+
* Escape the dyn keyword properly (#1951)
150+
* Use absolute paths for unsaved files passed to clang (#1857).
151+
135152
# 0.56.0
136153

137154
Released 2020/11/26

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.56.0"
17+
version = "0.57.0"
1818
edition = "2018"
1919
build = "build.rs"
2020

0 commit comments

Comments
 (0)