diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fb9fd61..cc1bb6e0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.2.1" + "rust": "0.2.2" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index a0e97f41..1187d88f 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.2.2](https://github.com/godaddy/cli/compare/v0.2.1...v0.2.2) (2026-08-06) + + +### Features + +* **api-explorer:** add command hyperlinks for large output [DEVEX-967] ([#187](https://github.com/godaddy/cli/issues/187)) ([bfcc4be](https://github.com/godaddy/cli/commit/bfcc4be60083c11b0c797ff95024bf489170766c)) +* **cli:** convert command args to cli-engine's typed-args API ([#181](https://github.com/godaddy/cli/issues/181)) ([b6bf793](https://github.com/godaddy/cli/commit/b6bf79300d04df023503628e1dd7c0785cd515c9)) +* **output:** render nested arrays/objects as tables instead of raw JSON [DEVEX-968] ([#180](https://github.com/godaddy/cli/issues/180)) ([9c15fd2](https://github.com/godaddy/cli/commit/9c15fd295a51cbff52d6838dff624147a6f1f172)) + + +### Bug Fixes + +* **auth:** report per-environment status and refresh-token availability ([#184](https://github.com/godaddy/cli/issues/184)) ([cf7d9f5](https://github.com/godaddy/cli/commit/cf7d9f554c9812f19cab14576d46f081cbfbba50)) +* **env:** add app config summary to env info [DEVEX-715] ([#185](https://github.com/godaddy/cli/issues/185)) ([9f85943](https://github.com/godaddy/cli/commit/9f85943e3f97165bc62d378b9e3ff720de390002)) +* **extensions:** Rust bundler/deploy path parity with TS [DEVEX-712] ([#177](https://github.com/godaddy/cli/issues/177)) ([e995f99](https://github.com/godaddy/cli/commit/e995f990f00d5d1e4ec9afc44ac1631691d0a977)) +* Node.js Hosting CLI deployments --limit flag typing issue ([#183](https://github.com/godaddy/cli/issues/183)) ([4028ff1](https://github.com/godaddy/cli/commit/4028ff1f612ddbf52d894e9c0ee0096af429ab7f)) + + +### Miscellaneous + +* **nodejs:** update --help descriptions for Node.js Hosting CLI com… ([#186](https://github.com/godaddy/cli/issues/186)) ([71ae7a5](https://github.com/godaddy/cli/commit/71ae7a5a55a863544a24725a927d45ac01ed8893)) + ## [0.2.1](https://github.com/godaddy/cli/compare/v0.2.0...v0.2.1) (2026-08-01) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e55328e0..6620e9c1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -987,7 +987,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.1" +version = "0.2.2" dependencies = [ "bytes", "futures", @@ -1280,7 +1280,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "base64 0.22.1", @@ -1357,7 +1357,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.2.1" +version = "0.2.2" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index da2dfa66..235d5169 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.2.1" +version = "0.2.2" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index e0e3d062..1bfadf8a 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.2.1" +version = "0.2.2" edition = "2024" license = "Proprietary" description = "Generated GoDaddy Domains API client (domains list + availability + suggest + DNS records), produced from the vendored OpenAPI 3.0 spec by progenitor at build time." diff --git a/rust/tools/generate-api-catalog/Cargo.toml b/rust/tools/generate-api-catalog/Cargo.toml index 9b71f2ef..656db67a 100644 --- a/rust/tools/generate-api-catalog/Cargo.toml +++ b/rust/tools/generate-api-catalog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "generate-api-catalog" -version = "0.2.1" +version = "0.2.2" edition = "2024" publish = false