Skip to content

Commit

Permalink
chore: release v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 19, 2024
1 parent f457b72 commit 2495408
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.10](https://github.com/NobodyXu/concurrent_arena/compare/v0.1.9...v0.1.10) - 2024-10-19

### Other

- Fix BitMap::new clippy: Do not create constant for type with interior… ([#22](https://github.com/NobodyXu/concurrent_arena/pull/22))
- Use exponential growth for O(1) amortizied complexity ([#20](https://github.com/NobodyXu/concurrent_arena/pull/20))

## [0.1.9](https://github.com/NobodyXu/concurrent_arena/compare/v0.1.8...v0.1.9) - 2024-09-11

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concurrent_arena"
version = "0.1.9"
version = "0.1.10"
edition = "2018"
rust-version = "1.63"

Expand Down

0 comments on commit 2495408

Please sign in to comment.