From cf8e0e4602ba38a86d4c9911756bb093ac2dc437 Mon Sep 17 00:00:00 2001 From: Jerome Froelich Date: Wed, 25 May 2022 21:28:16 -0400 Subject: [PATCH] Prepare 0.7.6 release --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f45e1a..95d81f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.7.6](https://github.com/jeromefroe/lru-rs/tree/0.7.6) - 2022-05-25 + +- Add `pop_entry` method. + ## [v0.7.5](https://github.com/jeromefroe/lru-rs/tree/0.7.5) - 2022-04-04 - Add `push` method. diff --git a/Cargo.toml b/Cargo.toml index 25482fa..716e675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lru" -version = "0.7.5" +version = "0.7.6" authors = ["Jerome Froelich "] description = "A LRU cache implementation" homepage = "https://github.com/jeromefroe/lru-rs"