Skip to content

Commit

Permalink
release: version 0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bluurryy committed Nov 5, 2024
1 parent f9df324 commit ab07a32
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.10.9 (2024-11-05)
- **added:** `BumpPool`'s `(try_)get_with_size` and `(try_)get_with_capacity`.
- **added:** `BumpPoolGuard`'s `pool` field is now `pub`.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bump-scope"
version = "0.10.8"
version = "0.10.9"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types."
Expand Down
2 changes: 1 addition & 1 deletion crates/fuzzing-support/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/inspect-asm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/test-fallibility/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab07a32

Please sign in to comment.