mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
chore(cli): add patch to semver and update changelog
This commit is contained in:
parent
07bfd69961
commit
85a733386b
2 changed files with 7 additions and 2 deletions
|
|
@ -4,6 +4,11 @@ Who knows what the future holds...
|
||||||
|
|
||||||
Nothing... yet.
|
Nothing... yet.
|
||||||
|
|
||||||
|
# 0.2.1 - 05/12/2024
|
||||||
|
|
||||||
|
Dependencies:
|
||||||
|
- `gamedig`: `v0.6.0 -> v0.6.1`
|
||||||
|
|
||||||
# 0.2.0 - 26/11/2024
|
# 0.2.0 - 26/11/2024
|
||||||
|
|
||||||
### Breaking Changes:
|
### Breaking Changes:
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ authors = [
|
||||||
]
|
]
|
||||||
description = "A command line interface for gamedig"
|
description = "A command line interface for gamedig"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
default-run = "gamedig_cli"
|
default-run = "gamedig_cli"
|
||||||
homepage = "https://gamedig.github.io/"
|
homepage = "https://gamedig.github.io/"
|
||||||
|
|
@ -33,7 +33,7 @@ browser = ["dep:webbrowser"]
|
||||||
# Core Dependencies
|
# Core Dependencies
|
||||||
thiserror = "2.0.0"
|
thiserror = "2.0.0"
|
||||||
clap = { version = "4.5.4", default-features = false, features = ["derive"] }
|
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",
|
"clap",
|
||||||
"games",
|
"games",
|
||||||
"game_defs",
|
"game_defs",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue