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 12, 2024
1 parent 05166bc commit 2882c38
Show file tree
Hide file tree
Showing 5 changed files with 18 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.1.7"
version = "0.2.0"
edition = "2021"
authors = ["John Allen <john@threedogconsulting.com"]
homepage = "https://github.com/johnallen3d/mp-cli"
Expand Down
9 changes: 9 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/johnallen3d/mp-cli/compare/mp-cli-v0.1.7...mp-cli-v0.2.0) - 2024-01-12

### Added
- optional output ([#109](https://github.com/johnallen3d/mp-cli/pull/109))

### Other
- *(deps)* bump clap from 4.4.14 to 4.4.16 ([#107](https://github.com/johnallen3d/mp-cli/pull/107))
- *(deps)* bump clap from 4.4.13 to 4.4.14 ([#106](https://github.com/johnallen3d/mp-cli/pull/106))

## [0.1.7](https://github.com/johnallen3d/mp-cli/compare/mp-cli-v0.1.6...mp-cli-v0.1.7) - 2024-01-07

### Other
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.1.7" }
mpd-easy = { path = "../lib", version = "0.2.0" }
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.0](https://github.com/johnallen3d/mp-cli/compare/mpd-easy-v0.1.7...mpd-easy-v0.2.0) - 2024-01-12

### Added
- optional output ([#109](https://github.com/johnallen3d/mp-cli/pull/109))

## [0.1.6](https://github.com/johnallen3d/mp-cli/compare/mpd-easy-v0.1.5...mpd-easy-v0.1.6) - 2024-01-07

### Other
Expand Down

0 comments on commit 2882c38

Please sign in to comment.