diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ab4b808..8cb84c82 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.2.11" + "rust": "0.2.12" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 73ba9432..07ae3e00 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.12](https://github.com/godaddy/cli/compare/v0.2.11...v0.2.12) (2026-09-01) + + +### Features + +* **deps:** bump cli-engine to 0.9.3 ([#239](https://github.com/godaddy/cli/issues/239)) ([cfde433](https://github.com/godaddy/cli/commit/cfde433f3697fc82148394ad08cbf4745b9ad1d2)) +* **platform:** add support for settings-link-v1 schema ([#234](https://github.com/godaddy/cli/issues/234)) ([c61ef7b](https://github.com/godaddy/cli/commit/c61ef7b6d281c52873346ee7610b6c8c468752e7)) + + +### Bug Fixes + +* **api-catalog:** unify spec pulling, catalog generation, and domains-client codegen ([#236](https://github.com/godaddy/cli/issues/236)) ([d7be5fd](https://github.com/godaddy/cli/commit/d7be5fd671c5e90a94ca03423c6f3e0fc8d4510b)) +* **api-search:** make operationId the leading default column ([#238](https://github.com/godaddy/cli/issues/238)) ([6546339](https://github.com/godaddy/cli/commit/654633916e16f29bd1052e8a9c1dc8b96b7a3d14)) + ## [0.2.11](https://github.com/godaddy/cli/compare/v0.2.10...v0.2.11) (2026-08-25) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 1a435de7..cba5bb02 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -957,7 +957,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.11" +version = "0.2.12" dependencies = [ "bytes", "futures", @@ -1262,7 +1262,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.11" +version = "0.2.12" dependencies = [ "anyhow", "async-graphql-parser", @@ -1341,7 +1341,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.2.11" +version = "0.2.12" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index af8cbf8b..4978212a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.2.11" +version = "0.2.12" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index bc9749e8..553057f8 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.2.11" +version = "0.2.12" 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 69ba0700..d029f2cd 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.11" +version = "0.2.12" edition = "2024" publish = false