From 9cd3cf1b7c06e04e70e0c8cb6621e17596a4d508 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:49:16 +0000 Subject: [PATCH] chore(main): release cli-engine 0.3.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6969ddf..18cac80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.3" + ".": "0.3.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aff6e3..82a446c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.4](https://github.com/godaddy/cli-engine/compare/cli-engine-v0.3.3...cli-engine-v0.3.4) (2026-06-29) + + +### Bug Fixes + +* change default credential store from Keyring to Auto ([#31](https://github.com/godaddy/cli-engine/issues/31)) ([ccca021](https://github.com/godaddy/cli-engine/commit/ccca0218772501e87922dcf3058817c89b9eb539)) +* step up OAuth scopes for under-scoped tokens in non-interactive sessions ([#34](https://github.com/godaddy/cli-engine/issues/34)) ([9b82ee0](https://github.com/godaddy/cli-engine/commit/9b82ee09c4b15a2c4477737b1450c622c5d98c32)) + ## [0.3.3](https://github.com/godaddy/cli-engine/compare/cli-engine-v0.3.2...cli-engine-v0.3.3) (2026-06-25) diff --git a/Cargo.lock b/Cargo.lock index dfd73d8..6734fef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "cli-engine" -version = "0.3.3" +version = "0.3.4" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index d868a97..0da859f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli-engine" -version = "0.3.3" +version = "0.3.4" edition = "2024" description = "Rust CLI framework for consistent command modules" repository = "https://github.com/godaddy/cli-engine"