From 0cb9537558d1dfe7830eac57b231c6b4b20cb5e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:53:35 +0000 Subject: [PATCH] chore(main): release cli-engine 0.4.3 --- .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 4cff5b9..b81fe00 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d18636..dfecabf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.3](https://github.com/godaddy/cli-engine/compare/cli-engine-v0.4.2...cli-engine-v0.4.3) (2026-07-10) + + +### Miscellaneous + +* add pull request template ([#46](https://github.com/godaddy/cli-engine/issues/46)) ([fe1600d](https://github.com/godaddy/cli-engine/commit/fe1600dfb153a2b8f28f6ea7813531cf19f3ae4f)) + ## [0.4.2](https://github.com/godaddy/cli-engine/compare/cli-engine-v0.4.1...cli-engine-v0.4.2) (2026-07-08) diff --git a/Cargo.lock b/Cargo.lock index a1006db..e723d1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "cli-engine" -version = "0.4.2" +version = "0.4.3" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index b451ee1..46c7fa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli-engine" -version = "0.4.2" +version = "0.4.3" edition = "2024" description = "Rust CLI framework for consistent command modules" repository = "https://github.com/godaddy/cli-engine"