diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index 9f74b4a..2a716a5 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -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: diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 4f540a9..a5f4f32 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -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/"