From 61c0b529b29b7fbc3909a41fb250d995702be964 Mon Sep 17 00:00:00 2001 From: Cain Date: Sun, 22 Feb 2026 18:40:58 +0000 Subject: [PATCH] chore(cli): bump version to `0.5.0` and update changelog --- crates/cli/CHANGELOG.md | 10 ++++++++++ crates/cli/Cargo.toml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index f5904c6..2598475 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -4,6 +4,16 @@ Who knows what the future holds... Nothing... yet. +# 0.5.0 - 22/02/2026 + +### Breaking Changes: + +- MSRV has been updated to `1.85.1` to match the latest `gamedig` version. + +### Changes: + +- Updated dependencies + # 0.4.0 - 24/08/2025 ### Breaking Changes: diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index fe749f6..474450a 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -3,7 +3,7 @@ name = "gamedig_cli" authors = ["rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]"] description = "A command line interface for gamedig" license = "MIT" -version = "0.4.0" +version = "0.5.0" edition = "2021" default-run = "gamedig_cli" homepage = "https://gamedig.github.io/" @@ -31,7 +31,7 @@ browser = ["dep:webbrowser"] # Core Dependencies thiserror = "2.0.18" clap = { version = "4.5.60", default-features = false, features = ["derive"] } -gamedig = { version = "0.8.0", default-features = false, features = ["clap", "games", "game_defs"] } +gamedig = { version = "0.9.0", default-features = false, features = ["clap", "games", "game_defs"] } # Feature Dependencies # Serialization / Deserialization