Skip to content

Commit

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

- Implement `Clone` for `IntoIter`. This change in implementation also
removes a use of `unsafe`.
Expand All @@ -7,3 +7,5 @@

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

- Fix UB if an allocation exceeds `isize::MAX`.

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.16"
version = "0.5.0"
authors = ["David Roundy <[email protected]>"]
categories = ["data-structures"]
keywords = ["set", "small", "compact"]
Expand Down

0 comments on commit f72ab7e

Please sign in to comment.