mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
chore(cli): bump semver with changes
This commit is contained in:
parent
5e5d5ab05e
commit
1af2d146f3
2 changed files with 11 additions and 1 deletions
|
|
@ -4,6 +4,16 @@ Who knows what the future holds...
|
||||||
|
|
||||||
Nothing... yet.
|
Nothing... yet.
|
||||||
|
|
||||||
|
# 0.1.1 - 15/07/2024
|
||||||
|
|
||||||
|
### Changes:
|
||||||
|
|
||||||
|
- Dependency updates (by @cainthebest)
|
||||||
|
- `gamedig`: `v0.5.0 -> v0.5.1`
|
||||||
|
- `clap`: `v4.1.11 -> v4.5.4`
|
||||||
|
- `quick-xml`: `v0.31.0 -> v0.36.0`
|
||||||
|
- `webbrowser`: `v0.8.12 -> v1.0.0`
|
||||||
|
|
||||||
# 0.1.0 - 15/03/2024
|
# 0.1.0 - 15/03/2024
|
||||||
|
|
||||||
### Changes:
|
### 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.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
default-run = "gamedig-cli"
|
default-run = "gamedig-cli"
|
||||||
homepage = "https://gamedig.github.io/"
|
homepage = "https://gamedig.github.io/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue