Skip to content

Commit 696455d

Browse files
committed
v0.58.1
1 parent af2c8b8 commit 696455d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,16 @@
144144

145145
## Security
146146

147+
# 0.58.1
148+
149+
Released 2021/04/06
150+
151+
## Added
152+
153+
* Re-introduced unintentionally removed
154+
`bindgen::Builder::whitelist_recursively` (deprecated in favor of
155+
`bindgen::Builder::allowlist_recursively`). [#2022][]
156+
147157
# 0.58.0
148158

149159
Released 2021/04/03

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

0 commit comments

Comments
 (0)