diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 595aa4f..9f5681a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.2.4" + "rust": "0.2.5" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 2ac165b..6db7d04 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.2.5](https://github.com/godaddy/cli/compare/v0.2.4...v0.2.5) (2026-08-12) + + +### Features + +* **api-explorer:** add `api graphql` command group for GraphQL-backed domains ([#200](https://github.com/godaddy/cli/issues/200)) ([c35ecd8](https://github.com/godaddy/cli/commit/c35ecd8a6348b0b6dacb543ed4f8746e36757a82)) + + +### Bug Fixes + +* **api-catalog:** parse federated GraphQL schemas and stabilize manifest order ([#204](https://github.com/godaddy/cli/issues/204)) ([118f3f2](https://github.com/godaddy/cli/commit/118f3f2bc44cdc3022b5f85c93c747a81eef6131)) +* **platform:** list apps across all App Registry statuses ([#206](https://github.com/godaddy/cli/issues/206)) ([737e91b](https://github.com/godaddy/cli/commit/737e91b60a1375385d11cb772d521ba3e4175c8d)) + + +### Documentation + +* Improve new user experience ([#202](https://github.com/godaddy/cli/issues/202)) ([90fb564](https://github.com/godaddy/cli/commit/90fb564e4d04b307b78866b44605e0b7ea394f15)) + + +### Miscellaneous + +* **scanner:** Review Scan blocking rules ([acc3c9c](https://github.com/godaddy/cli/commit/acc3c9caeb4742eb518400c6cfff6291067cbe04)) +* **scanner:** Review Scan blocking rules ([#191](https://github.com/godaddy/cli/issues/191)) ([acc3c9c](https://github.com/godaddy/cli/commit/acc3c9caeb4742eb518400c6cfff6291067cbe04)) + ## [0.2.4](https://github.com/godaddy/cli/compare/v0.2.3...v0.2.4) (2026-08-11) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d33a182..d238da2 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -873,7 +873,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.4" +version = "0.2.5" dependencies = [ "bytes", "futures", @@ -1151,7 +1151,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "async-graphql-parser", @@ -1217,7 +1217,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.2.4" +version = "0.2.5" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a427202..3b878f8 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.2.4" +version = "0.2.5" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index dd49529..eb5ccb0 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.2.4" +version = "0.2.5" 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 8ca2f1d..504d4d5 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.4" +version = "0.2.5" edition = "2024" publish = false