Skip to content

Commit

Permalink
Merge pull request #208 from jeromefroe/jerome/prepare-0-13-0-release
Browse files Browse the repository at this point in the history
Prepare 0.13.0 release
  • Loading branch information
jeromefroe authored Jan 28, 2025
2 parents 32e2c06 + e0d89c7 commit 6ad1127
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.13.0](https://github.com/jeromefroe/lru-rs/tree/0.13.0) - 2025-01-27

- Add `peek_mru` and `pop_mru` methods, upgrade dependency on `hashbrown` to 0.15.2, and update MSRV to 1.65.0.

## [v0.12.5](https://github.com/jeromefroe/lru-rs/tree/0.12.5) - 2024-10-30

- Upgrade hashbrown dependency to 0.15.
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 = "lru"
version = "0.12.5"
version = "0.13.0"
authors = ["Jerome Froelich <[email protected]>"]
categories = ["caching", "no-std"]
description = "A LRU cache implementation"
Expand Down

0 comments on commit 6ad1127

Please sign in to comment.