chore(cli): bump semver with changes

This commit is contained in:
Cain 2024-07-15 11:58:18 +01:00
parent 5e5d5ab05e
commit 1af2d146f3
2 changed files with 11 additions and 1 deletions

View file

@ -4,6 +4,16 @@ Who knows what the future holds...
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
### Changes:

View file

@ -5,7 +5,7 @@ authors = [
]
description = "A command line interface for gamedig"
license = "MIT"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
default-run = "gamedig-cli"
homepage = "https://gamedig.github.io/"