Skip to content

Commit ddd209c

Browse files
committed
Bump to version 3.18.1
1 parent 5ecaf7c commit ddd209c

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3344
Released 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "bumpalo"
1010
readme = "README.md"
1111
repository = "https://github.com/fitzgen/bumpalo"
1212
rust-version = "1.71.1"
13-
version = "3.18.0"
13+
version = "3.18.1"
1414

1515
[package.metadata.docs.rs]
1616
all-features = true

0 commit comments

Comments
 (0)