From 1d4e415a5fe833f428ee25fcfe4b7f53b6ec696e Mon Sep 17 00:00:00 2001 From: Cain <75994858+cainthebest@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:19:52 +0000 Subject: [PATCH] chore(cli): update changelog --- crates/cli/CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index 2a716a5..eb0488e 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -1,9 +1,17 @@ Who knows what the future holds... -# 0.X.Y - DD/MM/YYYY +# X.Y.Z - DD/MM/YYYY Nothing... yet. +# 0.2.0 - 26/11/2024 + +### Breaking Changes: + +- Restructured the release flow to be more consistent (GitHub releases will no longer be available, use cargo instead). +- Changed crate name from `gamedig-cli` to `gamedig_cli` to align with recommended naming conventions. +- The CLI now requires a minimum Rust version of `1.74.1`. + # 0.1.1 - 15/07/2024 ### Changes: