Skip to content

Commit

Permalink
Prepare 0.7.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromefroe committed Apr 4, 2022
1 parent b3cebc8 commit d0a6804
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.7.5](/~https://github.com/jeromefroe/lru-rs/tree/0.7.5) - 2022-04-04

- Add `push` method.

## [v0.7.4](/~https://github.com/jeromefroe/lru-rs/tree/0.7.4) - 2022-04-03

- Implement `IntoIterator` trait and fix lifetime bug in `get_or_insert`.
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.7.4"
version = "0.7.5"
authors = ["Jerome Froelich <jeromefroelic@hotmail.com>"]
description = "A LRU cache implementation"
homepage = "/~https://github.com/jeromefroe/lru-rs"
Expand Down

0 comments on commit d0a6804

Please sign in to comment.