Skip to content

Commit

Permalink
release: bumps version of bitbelay to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Jan 26, 2024
1 parent 79642ba commit 6bed44e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions bitbelay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2024-01-25

* Bumps `bitbelay-cli` version to v0.1.1.

## [0.1.0] - 2024-01-24

* Initial release 🎉

[0.1.1]: https://github.com/claymcleod/bitbelay/compare/bitbelay-v0.1.0...bitbelay-v0.1.1
[0.1.0]: https://github.com/claymcleod/bitbelay/releases/tag/bitbelay-v0.1.0
4 changes: 2 additions & 2 deletions bitbelay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitbelay"
version = "0.1.0"
version = "0.1.1"
authors = ["Clay McLeod <clay.l.mcleod@gmail.com>"]
description = "A performance evaluation harness for non-cryptographic hash functions"
edition.workspace = true
Expand All @@ -12,7 +12,7 @@ repository.workspace = true
[dependencies]
ahash = { version = "0.8.7", optional = true }
anyhow.workspace = true
bitbelay-cli = { path = "../bitbelay-cli", version = "0.1.0", optional = true }
bitbelay-cli = { path = "../bitbelay-cli", version = "0.1.1", optional = true }
bitbelay-providers = { path = "../bitbelay-providers", version = "0.1.0", optional = true }
bitbelay-report = { path = "../bitbelay-report", version = "0.1.0", optional = true }
bitbelay-statistics = { path = "../bitbelay-statistics", version = "0.1.0", optional = true }
Expand Down

0 comments on commit 6bed44e

Please sign in to comment.