Release 0.2.12
diff --git a/Cargo.toml b/Cargo.toml
index 1d6ede2..a47a842 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxx"
-version = "0.2.11" # remember to update html_root_url
+version = "0.2.12" # remember to update html_root_url
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 edition = "2018"
 links = "cxxbridge02"
@@ -18,7 +18,7 @@
 anyhow = "1.0"
 cc = "1.0.49"
 codespan-reporting = "0.9"
-cxxbridge-macro = { version = "=0.2.11", path = "macro" }
+cxxbridge-macro = { version = "=0.2.12", path = "macro" }
 link-cplusplus = "1.0"
 proc-macro2 = { version = "1.0", features = ["span-locations"] }
 quote = "1.0"
diff --git a/cmd/Cargo.toml b/cmd/Cargo.toml
index 9218478..742d54b 100644
--- a/cmd/Cargo.toml
+++ b/cmd/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxxbridge-cmd"
-version = "0.2.11"
+version = "0.2.12"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 edition = "2018"
 license = "MIT OR Apache-2.0"
diff --git a/macro/Cargo.toml b/macro/Cargo.toml
index 1dd11f5..82401ee 100644
--- a/macro/Cargo.toml
+++ b/macro/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxxbridge-macro"
-version = "0.2.11"
+version = "0.2.12"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 edition = "2018"
 license = "MIT OR Apache-2.0"
diff --git a/src/lib.rs b/src/lib.rs
index 0e724e1..cff1e88 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -337,7 +337,7 @@
 //!
 //! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx
 
-#![doc(html_root_url = "https://docs.rs/cxx/0.2.11")]
+#![doc(html_root_url = "https://docs.rs/cxx/0.2.12")]
 #![deny(improper_ctypes)]
 #![allow(
     clippy::cognitive_complexity,
diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock
index 70ae2cc..0bd470b 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -65,7 +65,7 @@
 
 [[package]]
 name = "cxx"
-version = "0.2.11"
+version = "0.2.12"
 dependencies = [
  "anyhow",
  "cc",
@@ -89,7 +89,7 @@
 
 [[package]]
 name = "cxxbridge-cmd"
-version = "0.2.11"
+version = "0.2.12"
 dependencies = [
  "anyhow",
  "codespan-reporting",
@@ -108,7 +108,7 @@
 
 [[package]]
 name = "cxxbridge-macro"
-version = "0.2.11"
+version = "0.2.12"
 dependencies = [
  "cxx",
  "proc-macro2",