Skip to content

Commit

Permalink
Merge pull request #28 from jeromefroe/jerome/prepare-0-3-5-release
Browse files Browse the repository at this point in the history
Prepare 0.3.5 release
  • Loading branch information
jeromefroe authored May 24, 2024
2 parents fd5cce2 + 117df92 commit 120b04a
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.5](https://github.com/jeromefroe/hashring-rs/tree/0.3.5) - 2024-05-24

- Derive `PartialEq` and `Debug` traits on `HashRing`.

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

- Derive `Clone` trait on `HashRing`.
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.4"
version = "0.3.5"
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 120b04a

Please sign in to comment.