Skip to content

Commit 1aad072

Browse files
authored
Bump to version 3.20.2 (#312)
1 parent 2fb1d6a commit 1aad072

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@ Released YYYY-MM-DD.
2828

2929
--------------------------------------------------------------------------------
3030

31+
## 3.20.2
32+
33+
Released 2026-02-19.
34+
35+
### Fixed
36+
37+
* Restored `Send` and `Sync` implementations for `Box<T>` for `T: ?Sized` types
38+
as well.
39+
40+
--------------------------------------------------------------------------------
41+
3142
## 3.20.1
3243

3344
Released 2026-02-18.

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.20.1"
13+
version = "3.20.2"
1414

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

0 commit comments

Comments
 (0)