Skip to content

Commit 49c5a71

Browse files
committed
Bump to version 3.15.4
1 parent 6a91333 commit 49c5a71

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ Released YYYY-MM-DD.
2828

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

31+
## 3.15.4
32+
33+
Released 2024-03-07.
34+
35+
### Added
36+
37+
* Added the `bumpalo::collections::Vec::extend_from_slices_copy` method, which
38+
is a faster way to extend a vec from multiple slices when the element is
39+
`Copy` than calling `extend_from_slice_copy` N times.
40+
41+
--------------------------------------------------------------------------------
42+
3143
## 3.15.3
3244

3345
Released 2024-02-22.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "bumpalo"
99
readme = "README.md"
1010
repository = "https://github.com/fitzgen/bumpalo"
11-
version = "3.15.3"
11+
version = "3.15.4"
1212
exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"]
1313
rust-version = "1.73.0"
1414

0 commit comments

Comments
 (0)