Skip to content

Commit 2e5a5e3

Browse files
chore(main): release cli-engine 0.2.3
1 parent de65d35 commit 2e5a5e3

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.2"
2+
".": "0.2.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.3](https://github.com/godaddy/cli-engine/compare/cli-engine-v0.2.2...cli-engine-v0.2.3) (2026-06-15)
4+
5+
6+
### Bug Fixes
7+
8+
* Show pkce browser login prompt ([#24](https://github.com/godaddy/cli-engine/issues/24)) ([de65d35](https://github.com/godaddy/cli-engine/commit/de65d35d028ab3d284c12572040878c6e333f916))
9+
310
## [0.2.2](https://github.com/godaddy/cli-engine/compare/cli-engine-v0.2.1...cli-engine-v0.2.2) (2026-06-12)
411

512

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli-engine"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2024"
55
description = "Rust CLI framework for consistent command modules"
66
repository = "https://github.com/godaddy/cli-engine"

0 commit comments

Comments
 (0)