Skip to content

Commit

Permalink
Bump to version 3.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Mar 7, 2024
1 parent 6a91333 commit 49c5a71
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -28,6 +28,18 @@ Released YYYY-MM-DD.

--------------------------------------------------------------------------------

## 3.15.4

Released 2024-03-07.

### Added

* Added the `bumpalo::collections::Vec::extend_from_slices_copy` method, which
is a faster way to extend a vec from multiple slices when the element is
`Copy` than calling `extend_from_slice_copy` N times.

--------------------------------------------------------------------------------

## 3.15.3

Released 2024-02-22.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "bumpalo"
readme = "README.md"
repository = "https://github.com/fitzgen/bumpalo"
version = "3.15.3"
version = "3.15.4"
exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"]
rust-version = "1.73.0"

Expand Down

0 comments on commit 49c5a71

Please sign in to comment.