Skip to content

Commit

Permalink
Bump to version 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Apr 21, 2023
1 parent 781dcf9 commit cde421d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ Released YYYY-MM-DD.

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

## 3.12.1

Released 2023-04-21.

### Fixed

* Fixed a bug where `Bump::try_with_capacity(n)` where `n > isize::MAX` could
lead to attempts to create invalid `Layout`s.

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

## 3.12.0

Released 2023-01-17.
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.12.0"
version = "3.12.1"
exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit cde421d

Please sign in to comment.