Skip to content

Commit

Permalink
Merge pull request #82 from JesperAxelsson/3.0.1
Browse files Browse the repository at this point in the history
3.0.1
  • Loading branch information
JesperAxelsson authored Jan 12, 2025
2 parents 21e5e86 + eff1a70 commit 4b38a13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

## [3.0.1] 2025-01-12
### Changed
- Avoid re-hashing (twice!) in VacantEntry::insert

## [3.0.0] 2024-12-09
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "intmap"
version = "3.0.0"
version = "3.0.1"
edition = "2021"
rust-version = "1.58"
description = "Specialized HashMap for integer keys"
Expand Down

0 comments on commit 4b38a13

Please sign in to comment.