From d8bfe1f5daa9e0221e4d4e3738777718165d0092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:27:16 +0000 Subject: [PATCH] chore(rust-port): release 0.1.4 --- .release-please-manifest.json | 2 +- rust/CHANGELOG.md | 16 ++++++++++++++++ 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, 23 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 925b87a..9b09113 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.1.3" + "rust": "0.1.4" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index d6ec143..d7d2824 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.1.4](https://github.com/godaddy/cli/compare/v0.1.3...v0.1.4) (2026-07-15) + + +### Features + +* **api-catalog:** add drift guards for the embedded catalog (DEVX-549) ([#98](https://github.com/godaddy/cli/issues/98)) ([3605d8e](https://github.com/godaddy/cli/commit/3605d8e96a8c4c895da1821e1258c8f01bec8254)) + + +### Bug Fixes + +* **api-call:** apply headers, error on non-2xx, GraphQL errors, output shape (DEVX-546) ([#97](https://github.com/godaddy/cli/issues/97)) ([29529c6](https://github.com/godaddy/cli/commit/29529c61dcdcbced7a6214616f19b31153acc2c5)) +* **api-catalog:** resolve discriminator.mapping refs to #/$defs pointers (DEVX-548) ([#96](https://github.com/godaddy/cli/issues/96)) ([0b9d565](https://github.com/godaddy/cli/commit/0b9d56542b84e3e93bb0497f5c99291e6237f0eb)) +* **application deploy:** activate release and promote app to ACTIVE (DEVEX-704) ([#103](https://github.com/godaddy/cli/issues/103)) ([87457ef](https://github.com/godaddy/cli/commit/87457ef6545a51db005205972f2436068604284d)) +* **domain:** comma-join repeatable TLD flags before sending as query params (DEVEX-882) ([#106](https://github.com/godaddy/cli/issues/106)) ([ada4a93](https://github.com/godaddy/cli/commit/ada4a93700f9a9d80e5bf8b8b1adb3dcc8aa6ac3)) +* **release:** include actions, subscriptions, UI extensions in release (DEVX-540) ([#100](https://github.com/godaddy/cli/issues/100)) ([afd8d9b](https://github.com/godaddy/cli/commit/afd8d9beda13a130bc959cdbfc1925b251ec9e1b)) + ## [0.1.3](https://github.com/godaddy/cli/compare/v0.1.2...v0.1.3) (2026-07-11) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 9f68dd7..973a1b0 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -954,7 +954,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.1.3" +version = "0.1.4" dependencies = [ "bytes", "cli-engine", @@ -1255,7 +1255,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "base64 0.22.1", @@ -1333,7 +1333,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.1.3" +version = "0.1.4" dependencies = [ "async-trait", "chrono", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 2706951..ce3205f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.1.3" +version = "0.1.4" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index 376605c..960c8f0 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.1.3" +version = "0.1.4" 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 2d59411..e9aef5d 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.1.3" +version = "0.1.4" edition = "2024" publish = false