Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jun 25, 2023
1 parent 064608b commit cfea6b6
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 @@ -2,6 +2,13 @@

## Unreleased Changes

## [0.6.1] - 2023-06-24
* Added `Index::DANGLING`.
* Replaced unsafe code in `get2_mut` with safe equivalent. ([#42])

[#42]: https://github.com/LPGhatguy/thunderdome/pull/42
[0.6.1]: https://github.com/LPGhatguy/thunderdome/releases/tag/v0.6.1

## [0.6.0] - 2022-10-18
* Raised MSRV to 1.47.0.
* Many functions are now `const` ([#38])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "thunderdome"
description = "Fast arena allocator with compact generational indices"
version = "0.6.0"
version = "0.6.1"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"
documentation = "https://docs.rs/thunderdome"
Expand Down

0 comments on commit cfea6b6

Please sign in to comment.