Skip to content

Commit

Permalink
Bump to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jan 17, 2023
1 parent 3dd3650 commit 50ba1bd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,23 @@ Released YYYY-MM-DD.

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

## 3.12.0

Released 2023-01-17.

### Added

* Added the `bumpalo::boxed::Box::bump` and `bumpalo::collections::String::bump`
getters to get the underlying `Bump` that a string or box was allocated into.

### Changed

* Some uses of `Box` that MIRI did not previously consider as UB are now
reported as UB, and `bumpalo`'s internals have been adjusted to avoid the new
UB.

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

## 3.11.1

Released 2022-10-18.
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/Apache-2.0"
name = "bumpalo"
readme = "README.md"
repository = "https://github.com/fitzgen/bumpalo"
version = "3.11.1"
version = "3.12.0"
exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit 50ba1bd

Please sign in to comment.