File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,18 @@ Released YYYY-MM-DD.
2828
2929--------------------------------------------------------------------------------
3030
31- ## 3.18.0
31+ ## 3.18.1
32+
33+ Released 2025-06-05.
34+
35+ ### Removed
36+
37+ * Removed the ` allocator-api2 ` version bump from 3.18.0, as it was not actually
38+ semver compatible.
39+
40+ --------------------------------------------------------------------------------
41+
42+ ## 3.18.0 (yanked)
3243
3344Released 2025-06-05.
3445
@@ -44,8 +55,7 @@ Released 2025-06-05.
4455
4556* Replaced ` extend_from_slice ` implementation with a formally-verified version
4657 that is also faster and more-optimizable for LLVM.
47- * Updated ` allocator-api2 ` support to version ` 0.3.* ` , which is semver
48- compatible with the previous ` 0.2.* ` version.
58+ * Updated ` allocator-api2 ` support to version ` 0.3.* ` .
4959
5060### Fixed
5161
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name = "bumpalo"
1010readme = " README.md"
1111repository = " https://github.com/fitzgen/bumpalo"
1212rust-version = " 1.71.1"
13- version = " 3.18.0 "
13+ version = " 3.18.1 "
1414
1515[package .metadata .docs .rs ]
1616all-features = true
You can’t perform that action at this time.
0 commit comments