Skip to content

Commit

Permalink
Bump to version 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Feb 15, 2024
1 parent 2543c41 commit bb660a3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Released YYYY-MM-DD.

### Changed

* The minimum supported Rust version (MSRV) is now 1.65.0.
* TODO (or remove section if none)

### Deprecated

Expand All @@ -28,6 +28,25 @@ Released YYYY-MM-DD.

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

## 3.15.0

Released 2024-02-15.

### Changed

* The minimum supported Rust version (MSRV) is now 1.73.0.
* `bumpalo::collections::String::push_str` and
`bumpalo::collections::String::from_str_in` received significant performance
improvements.
* Allocator trait methods are now marked `#[inline]`, increasing performance for
some callers.

### Fixed

* Fixed an edge-case bug in the `Allocator::shrink` method.

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

## 3.14.0

Released 2023-09-14.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
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.14.0"
version = "3.15.0"
exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"]
rust-version = "1.65.0"

Expand Down

0 comments on commit bb660a3

Please sign in to comment.