From f9b51f0616eb392f50934dbe2e79828768831f39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 16:23:54 +0000 Subject: [PATCH] chore(main): release 0.2.9 --- .release-please-manifest.json | 2 +- rust/CHANGELOG.md | 8 ++++++++ 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, 15 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fdfd9662..ba5ef134 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.2.8" + "rust": "0.2.9" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 50fce64e..3b5dc45e 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.9](https://github.com/godaddy/cli/compare/v0.2.8...v0.2.9) (2026-08-21) + + +### Features + +* **app:** add settings support for app registration ([#216](https://github.com/godaddy/cli/issues/216)) ([74934c2](https://github.com/godaddy/cli/commit/74934c266d580a247b146767fd3802e0bd240eb0)) +* **platform:** promote namespace to GA ([#223](https://github.com/godaddy/cli/issues/223)) ([8b9dd21](https://github.com/godaddy/cli/commit/8b9dd219b4f4dac286d865f239777f2ca1cb3983)) + ## [0.2.8](https://github.com/godaddy/cli/compare/v0.2.7...v0.2.8) (2026-08-19) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 26852937..a2721375 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -873,7 +873,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.8" +version = "0.2.9" dependencies = [ "bytes", "futures", @@ -1151,7 +1151,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.8" +version = "0.2.9" dependencies = [ "anyhow", "async-graphql-parser", @@ -1217,7 +1217,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.2.8" +version = "0.2.9" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 4390b60d..a25f6866 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.2.8" +version = "0.2.9" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index d3dbf251..b91f2198 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.2.8" +version = "0.2.9" 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 0f01e748..40316abd 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.8" +version = "0.2.9" edition = "2024" publish = false