summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2020-08-24 20:00:18 +0200
committerEmilio Cobos Álvarez <emilio@crisal.io>2020-08-25 00:38:57 +0200
commitd492ac4ae11ba7403acd533813982b052c5020a0 (patch)
treea81eb3c9976f2f8fe2c5b3de538383e18ccf31f7
parent428189cb41707713837982c21b694a68d276c92e (diff)
v0.55.1v0.55.1
-rw-r--r--CHANGELOG.md11
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c5fca5a..4ab82009 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -144,6 +144,17 @@ Released YYYY/MM/DD
--------------------------------------------------------------------------------
+# 0.55.1
+
+Released 2020/08/24.
+
+## Fixed
+
+ * Fixed a regression where anonymous enums referenced by members or such won't
+ generate valid Rust code. (#1882).
+
+--------------------------------------------------------------------------------
+
# 0.55.0
Released 2020/08/23.
diff --git a/Cargo.lock b/Cargo.lock
index 25e878c0..b4a55443 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -27,7 +27,7 @@ dependencies = [
[[package]]
name = "bindgen"
-version = "0.55.0"
+version = "0.55.1"
dependencies = [
"bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cexpr 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 41616e78..7ab43a21 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.55.0"
+version = "0.55.1"
edition = "2018"
build = "build.rs"