From 696455d1c15e682b2b89f81f409315ea4964aef3 Mon Sep 17 00:00:00 2001 From: Emilio Cobos Álvarez Date: Tue, 6 Apr 2021 11:18:15 +0200 Subject: v0.58.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f3b18d..892a864f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,6 +144,16 @@ ## Security +# 0.58.1 + +Released 2021/04/06 + +## Added + + * Re-introduced unintentionally removed + `bindgen::Builder::whitelist_recursively` (deprecated in favor of + `bindgen::Builder::allowlist_recursively`). [#2022][] + # 0.58.0 Released 2021/04/03 diff --git a/Cargo.lock b/Cargo.lock index e7c273eb..7fc45354 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.58.0" +version = "0.58.1" dependencies = [ "bitflags", "cexpr", diff --git a/Cargo.toml b/Cargo.toml index 4215c959..dd30f09c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.58.0" +version = "0.58.1" edition = "2018" build = "build.rs" -- cgit v1.2.3