Skip to content

Commit

Permalink
chore(cli): add patch to semver and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cainthebest committed Dec 5, 2024
1 parent 07bfd69 commit 85a7333
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Who knows what the future holds...

Nothing... yet.

# 0.2.1 - 05/12/2024

Dependencies:
- `gamedig`: `v0.6.0 -> v0.6.1`

# 0.2.0 - 26/11/2024

### Breaking Changes:
Expand Down
4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
]
description = "A command line interface for gamedig"
license = "MIT"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
default-run = "gamedig_cli"
homepage = "https://gamedig.github.io/"
Expand Down Expand Up @@ -33,7 +33,7 @@ browser = ["dep:webbrowser"]
# Core Dependencies
thiserror = "2.0.0"
clap = { version = "4.5.4", default-features = false, features = ["derive"] }
gamedig = { version = "0.6", default-features = false, features = [
gamedig = { version = "0.6.1", default-features = false, features = [
"clap",
"games",
"game_defs",
Expand Down

0 comments on commit 85a7333

Please sign in to comment.