Skip to content

Commit 55fdef5

Browse files
chore(main): release cli-engine 0.1.1 (#6)
🤖 I have created a release *beep* *boop* --- ## [0.1.1](cli-engine-v0.1.0...cli-engine-v0.1.1) (2026-05-27) ### Features * derive support for typed command arguments ([cc53319](cc53319)) * formatting shorthand ([b4a4572](b4a4572)) * gdx/godaddy CLI feature support ([b2ab315](b2ab315)) ### Bug Fixes * remove default timeout ([d87440c](d87440c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e52b69 commit 55fdef5

4 files changed

Lines changed: 18 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.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/godaddy/cli-engine/compare/cli-engine-v0.1.0...cli-engine-v0.1.1) (2026-05-27)
4+
5+
6+
### Features
7+
8+
* derive support for typed command arguments ([cc53319](https://github.com/godaddy/cli-engine/commit/cc53319179db572c6c3bcdd0f0952e9648459c39))
9+
* formatting shorthand ([b4a4572](https://github.com/godaddy/cli-engine/commit/b4a457269b0b64309ebe3927939a25094e49add6))
10+
* gdx/godaddy CLI feature support ([b2ab315](https://github.com/godaddy/cli-engine/commit/b2ab315316b9f4f57517658da3908571dd4f1c79))
11+
12+
13+
### Bug Fixes
14+
15+
* remove default timeout ([d87440c](https://github.com/godaddy/cli-engine/commit/d87440c30505abcc66ef58d846dbca800a6cc8c1))

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.1.0"
3+
version = "0.1.1"
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)