From ebbb75fdfdda967750e91ea5324a031022fdd844 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:32:27 +0000 Subject: [PATCH] chore(main): release 0.2.7 --- .release-please-manifest.json | 2 +- rust/CHANGELOG.md | 14 ++++++++++++++ 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, 21 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18dd469..09bc471 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.2.6" + "rust": "0.2.7" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 7239eb5..fda15a4 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.7](https://github.com/godaddy/cli/compare/v0.2.6...v0.2.7) (2026-08-18) + + +### Bug Fixes + +* **platform:** complete deploy stream and sync manifest metadata ([#217](https://github.com/godaddy/cli/issues/217)) ([f3dfb2e](https://github.com/godaddy/cli/commit/f3dfb2ef867b6f80ec7899a7747608fd4edebb89)) +* **platform:** remove direct application status updates (DEVX-927) ([#218](https://github.com/godaddy/cli/issues/218)) ([ab07767](https://github.com/godaddy/cli/commit/ab07767c30115f13f724d7b404fb96b922e6f6ef)) +* **tests:** Close Rust test-coverage gaps ([#214](https://github.com/godaddy/cli/issues/214)) ([e26912b](https://github.com/godaddy/cli/commit/e26912bb027aa68de387815646689bdf8c60e80e)) + + +### Code Refactoring + +* **environments:** split mod.rs into config/devx_core/catalog submodules ([#213](https://github.com/godaddy/cli/issues/213)) ([4bf3a00](https://github.com/godaddy/cli/commit/4bf3a009bb8cfb9cc305586a45e2e6586c49cfbc)) + ## [0.2.6](https://github.com/godaddy/cli/compare/v0.2.5...v0.2.6) (2026-08-17) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 543cad8..0ae7c04 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -873,7 +873,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.6" +version = "0.2.7" dependencies = [ "bytes", "futures", @@ -1151,7 +1151,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "async-graphql-parser", @@ -1217,7 +1217,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.2.6" +version = "0.2.7" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index b8a4149..eb88da4 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.2.6" +version = "0.2.7" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index c2dd911..8340938 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.2.6" +version = "0.2.7" 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 18b4566..d784d05 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.6" +version = "0.2.7" edition = "2024" publish = false