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 7dfad7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion bitbelay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 7dfad7b

Please sign in to comment.