Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jul 4, 2022
1 parent 76ab1b7 commit a634ced
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Thunderdome Changelog

## Unreleased Changes

## [0.5.1] - 2022-07-04
* Fixed bug when calling `Arena::insert_at` on a slot in the middle of the free list. ([#36])
* Added `Index::generation` for extracting the generation portion of an index. ([#34])

[#34]: https://github.com/LPGhatguy/thunderdome/issues/34
[#36]: https://github.com/LPGhatguy/thunderdome/issues/36
[0.5.1]: https://github.com/LPGhatguy/thunderdome/releases/tag/v0.5.1

## [0.5.0] - 2021-10-07
* Moved iterator types into `thunderdome::iter`. ([#24])
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.5.0"
version = "0.5.1"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"
documentation = "https://docs.rs/thunderdome"
Expand Down

0 comments on commit a634ced

Please sign in to comment.