Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
* Breaking change: Remove the `iter`, `iter_mut`, and `touch` methods.
  These are now internal implementation details.  Users should use the
  `find` or `lookup` methods instead.
* Improved documentation.
  • Loading branch information
mbrubeck authored and emilio committed Sep 22, 2018
1 parent 479bf01 commit feb5fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uluru"
version = "0.2.0"
version = "0.3.0"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
description = "A simple, fast, LRU cache implementation"
Expand Down

0 comments on commit feb5fba

Please sign in to comment.