Skip to content

Commit

Permalink
Prepare 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromefroe committed Jul 14, 2023
1 parent 5f7b583 commit 6d68c45
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.3.1](https://github.com/jeromefroe/hashring-rs/tree/0.3.1) - 2023-07-14

- Add support for iterators.

## [v0.3.0](https://github.com/jeromefroe/hashring-rs/tree/0.3.0) - 2022-03-05

- Get rid of unnecessary transformation of hash value.
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 = "hashring"
version = "0.3.0"
version = "0.3.1"
authors = ["Jerome Froelich <[email protected]>"]
description = "A minimal implementation of consistent hashing"
homepage = "https://github.com/jeromefroe/hashring-rs"
Expand Down

0 comments on commit 6d68c45

Please sign in to comment.