From 1af2d146f355dab62ed4f9840e32c522fb3a0ac7 Mon Sep 17 00:00:00 2001 From: Cain <75994858+cainthebest@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:58:18 +0100 Subject: [PATCH] chore(cli): bump semver with changes --- crates/cli/CHANGELOG.md | 10 ++++++++++ crates/cli/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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/"