Skip to content

Commit 50ba1bd

Browse files
committed
Bump to 3.12.0
1 parent 3dd3650 commit 50ba1bd

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

31+
## 3.12.0
32+
33+
Released 2023-01-17.
34+
35+
### Added
36+
37+
* Added the `bumpalo::boxed::Box::bump` and `bumpalo::collections::String::bump`
38+
getters to get the underlying `Bump` that a string or box was allocated into.
39+
40+
### Changed
41+
42+
* Some uses of `Box` that MIRI did not previously consider as UB are now
43+
reported as UB, and `bumpalo`'s internals have been adjusted to avoid the new
44+
UB.
45+
46+
--------------------------------------------------------------------------------
47+
3148
## 3.11.1
3249

3350
Released 2022-10-18.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
88
name = "bumpalo"
99
readme = "README.md"
1010
repository = "https://github.com/fitzgen/bumpalo"
11-
version = "3.11.1"
11+
version = "3.12.0"
1212
exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"]
1313

1414
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)