Skip to content

Commit

Permalink
Merge pull request #26 from jeromefroe/jerome/prepare-0-3-4-release
Browse files Browse the repository at this point in the history
Prepare 0.3.4 release
  • Loading branch information
jeromefroe authored May 18, 2024
2 parents 4010b6e + f2a3eb6 commit bba7a8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [v0.3.2](https://github.com/jeromefroe/hashring-rs/tree/0.3.3) - 2023-11-12
## [v0.3.4](https://github.com/jeromefroe/hashring-rs/tree/0.3.4) - 2024-05-18

- Derive `Clone` trait on `HashRing`.

## [v0.3.3](https://github.com/jeromefroe/hashring-rs/tree/0.3.3) - 2023-11-12

- Add `batch_add` method.

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.3"
version = "0.3.4"
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 bba7a8a

Please sign in to comment.