Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy committed Sep 14, 2024
1 parent 1238663 commit a322e0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* 0.5.0 - Sep. 14, 2024

- Implement `Clone` for `IntoIter`. This change in implementation also
removes a use of `unsafe`.

- Bump MSRV to 1.61 due to dependencies.

- Fixed panic when removing a nonexistent value from a full hash table.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tinyset"
version = "0.4.15"
version = "0.4.16"
authors = ["David Roundy <[email protected]>"]
categories = ["data-structures"]
keywords = ["set", "small", "compact"]
Expand Down

0 comments on commit a322e0e

Please sign in to comment.