Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Feb 28, 2018
1 parent 88478b7 commit 76dd4bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.2.2 2018-02-27
* Fix bug where limiting was calculated incorrectly
for rates faster than 1 second (i.e., N operations
per second). [#13]
* Fix bug where the case of a value being expired
was not checked in `compare_and_swap_with_ttl`. This
problem also manifested for fast rates smaller than 1
second. [#14]

0.2.1 2017-05-29
* Minor build fixes.

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 = "redis-cell"
version = "0.1.0"
version = "0.2.2"
authors = ["Brandur <[email protected]>"]
build = "build.rs"

Expand Down

0 comments on commit 76dd4bb

Please sign in to comment.