From fa3796838845bdc891179ed2716189ea1893b561 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:16:03 +0000 Subject: [PATCH] chore(main): release cli-engine 0.3.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18cac80..fd1c548 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.4" + ".": "0.3.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a446c..f04bc0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.5](https://github.com/godaddy/cli-engine/compare/cli-engine-v0.3.4...cli-engine-v0.3.5) (2026-07-01) + + +### Features + +* surface next_actions as a "Next steps" footer in human output ([#36](https://github.com/godaddy/cli-engine/issues/36)) ([2408910](https://github.com/godaddy/cli-engine/commit/2408910385d61ad3806b28ff065df49c968ddf79)) + ## [0.3.4](https://github.com/godaddy/cli-engine/compare/cli-engine-v0.3.3...cli-engine-v0.3.4) (2026-06-29) diff --git a/Cargo.lock b/Cargo.lock index 6734fef..df915c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "cli-engine" -version = "0.3.4" +version = "0.3.5" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index 0da859f..6f6ef36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli-engine" -version = "0.3.4" +version = "0.3.5" edition = "2024" description = "Rust CLI framework for consistent command modules" repository = "https://github.com/godaddy/cli-engine"