chore(cli): bump version to 0.5.0 and update changelog

This commit is contained in:
Cain 2026-02-22 18:40:58 +00:00
parent 94772752e6
commit 61c0b529b2
2 changed files with 12 additions and 2 deletions

View file

@ -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:

View file

@ -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