From 1f99b3060307947ac69c911f8b145a42cad6d7b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 21:23:30 +0000 Subject: [PATCH] chore(main): release 0.2.12 --- .release-please-manifest.json | 2 +- rust/CHANGELOG.md | 7 +++++++ rust/Cargo.lock | 6 +++--- rust/Cargo.toml | 2 +- rust/domains-client/Cargo.toml | 2 +- rust/tools/generate-api-catalog/Cargo.toml | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ab4b80..8cb84c8 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 73ba943..bd7edde 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.12](https://github.com/godaddy/cli/compare/v0.2.11...v0.2.12) (2026-08-27) + + +### 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)) + ## [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 15cca1c..68fd1c2 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -956,7 +956,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.11" +version = "0.2.12" dependencies = [ "bytes", "futures", @@ -1261,7 +1261,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.11" +version = "0.2.12" dependencies = [ "anyhow", "async-graphql-parser", @@ -1340,7 +1340,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 fb1be1e..a9a244e 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 bc9749e..553057f 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 69ba070..d029f2c 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