From bd44cdf5ad8e0c76cc916f666ac18f2d1969faaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 22:15:08 +0000 Subject: [PATCH] chore(main): release cli-engine 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7180db..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.10" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 46bd110..3f475e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.5.0](https://github.com/godaddy/cli-engine/compare/cli-engine-v0.4.10...cli-engine-v0.5.0) (2026-07-30) + + +### ⚠ BREAKING CHANGES + +* **cli:** tidy --help output and make search a real command ([#68](https://github.com/godaddy/cli-engine/issues/68)) + +### Features + +* **cli:** tidy --help output and make search a real command ([#68](https://github.com/godaddy/cli-engine/issues/68)) ([8353f96](https://github.com/godaddy/cli-engine/commit/8353f96dfe6efd4fdc8c78a0ca519bf5d0a434e6)) + + +### Miscellaneous + +* **deps:** bump quinn-proto from 0.11.14 to 0.11.16 ([#67](https://github.com/godaddy/cli-engine/issues/67)) ([e508548](https://github.com/godaddy/cli-engine/commit/e508548329d3b11d9e03cf75c98738024491670f)) + ## [0.4.10](https://github.com/godaddy/cli-engine/compare/cli-engine-v0.4.9...cli-engine-v0.4.10) (2026-07-24) diff --git a/Cargo.lock b/Cargo.lock index 58d73fe..eb085b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,7 +417,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "cli-engine" -version = "0.4.10" +version = "0.5.0" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index e5aed8b..881b223 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli-engine" -version = "0.4.10" +version = "0.5.0" edition = "2024" description = "Rust CLI framework for consistent command modules" repository = "https://github.com/godaddy/cli-engine"