diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8cb84c82..a645a641 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.2.12" + "rust": "0.2.13" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 07ae3e00..0b013a88 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.13](https://github.com/godaddy/cli/compare/v0.2.12...v0.2.13) (2026-09-03) + + +### Bug Fixes + +* **api-catalog:** resync spec drift and test the whole workspace in CI ([#241](https://github.com/godaddy/cli/issues/241)) ([efe8749](https://github.com/godaddy/cli/commit/efe8749a93f038435820fb63387d038a64c7770b)) + ## [0.2.12](https://github.com/godaddy/cli/compare/v0.2.11...v0.2.12) (2026-09-01) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index cba5bb02..e716ddce 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -957,7 +957,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.12" +version = "0.2.13" dependencies = [ "bytes", "futures", @@ -1262,7 +1262,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.12" +version = "0.2.13" dependencies = [ "anyhow", "async-graphql-parser", @@ -1341,7 +1341,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.2.12" +version = "0.2.13" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 4978212a..ab5963d0 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.2.12" +version = "0.2.13" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index 553057f8..54726b7c 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.2.12" +version = "0.2.13" 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 d029f2cd..a7243eb6 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.12" +version = "0.2.13" edition = "2024" publish = false