From c84ff5bf07f0446c28dff7fc511bbd93b6b90a6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 21:28:52 +0000 Subject: [PATCH] chore(rust-port): release 0.1.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 73ca912..f2eed06 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.1.8" + "rust": "0.1.9" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index f2d1656..cc186fd 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.9](https://github.com/godaddy/cli/compare/v0.1.8...v0.1.9) (2026-07-17) + + +### Bug Fixes + +* **application deploy:** guarantee a terminal result/error NDJSON event (DEVX-544) ([#114](https://github.com/godaddy/cli/issues/114)) ([1d0fb2d](https://github.com/godaddy/cli/commit/1d0fb2d3d04b9ef5201d0322b2104e6e638f4573)) +* **domain:** show renewal price consistently across available/quote/suggest (GDDEVPLAT-133) ([#125](https://github.com/godaddy/cli/issues/125)) ([71e4eea](https://github.com/godaddy/cli/commit/71e4eea5da9a6d8a547560e40b211229f9213166)) + ## [0.1.8](https://github.com/godaddy/cli/compare/v0.1.7...v0.1.8) (2026-07-17) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 1610a75..5611290 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -954,7 +954,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.1.8" +version = "0.1.9" dependencies = [ "bytes", "cli-engine", @@ -1255,7 +1255,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "base64 0.22.1", @@ -1333,7 +1333,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.1.8" +version = "0.1.9" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a35c12e..d4f9556 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.1.8" +version = "0.1.9" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index 7b572a5..3d345d0 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.1.8" +version = "0.1.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 dc41640..e299ef9 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.8" +version = "0.1.9" edition = "2024" publish = false