Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: release-tokens-johnallen3d[bot] <144028754+release-tokens-johnallen3d[bot]@users.noreply.github.com>
  • Loading branch information
release-tokens-johnallen3d[bot] committed Jan 14, 2024
1 parent d1f806a commit 7bc8a09
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"
members = ["cli", "lib"]

[workspace.package]
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["John Allen <john@threedogconsulting.com"]
homepage = "https://github.com/johnallen3d/mp-cli"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ readme = "../README.md"

[dependencies]
clap = { version = "4.4.16", features = ["derive"] }
mpd-easy = { path = "../lib", version = "0.2.1" }
mpd-easy = { path = "../lib", version = "0.2.2" }
serde = { workspace = true }
5 changes: 5 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/johnallen3d/mp-cli/compare/mpd-easy-v0.2.1...mpd-easy-v0.2.2) - 2024-01-14

### Other
- typos 🤦 ([#115](https://github.com/johnallen3d/mp-cli/pull/115))

## [0.2.1](https://github.com/johnallen3d/mp-cli/compare/mpd-easy-v0.2.0...mpd-easy-v0.2.1) - 2024-01-14

### Added
Expand Down

0 comments on commit 7bc8a09

Please sign in to comment.