Skip to content

Commit

Permalink
release 0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk committed Sep 24, 2023
1 parent 97d2154 commit b101556
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## [Unreleased]
## Added
- Adds the `ahash` feature this uses the faster [ahash](https://github.com/tkaitchuck/aHash) algorithm.
- Sets `ahash` as a default feature.
## Changed
## Removed

## [0.46.0]
## Added
- Add `ahash` feature to use the faster [ahash](https://github.com/tkaitchuck/aHash) algorithm.
- Set `ahash` as a default feature.
- Update hashbrown `0.13.0` -> `0.14.0`
## Changed
## Removed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cached"
version = "0.45.1"
version = "0.46.0"
authors = ["James Kominick <james@kominick.com>"]
description = "Generic cache implementations and simplified function memoization"
repository = "https://github.com/jaemk/cached"
Expand Down

0 comments on commit b101556

Please sign in to comment.