From 60e0b98caf69e60acd2551420ce7a9e5749cf0a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 17:03:30 +0000 Subject: [PATCH] chore(main): release 0.2.6 --- .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 9f5681a..18dd469 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.2.5" + "rust": "0.2.6" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 6db7d04..5f4f801 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.6](https://github.com/godaddy/cli/compare/v0.2.5...v0.2.6) (2026-08-13) + + +### Features + +* **api-explorer:** support `api call` by operation id with parameter substitution ([#209](https://github.com/godaddy/cli/issues/209)) ([cd8890a](https://github.com/godaddy/cli/commit/cd8890a91b2a22e2f48c47d53568b20f684bc22d)) +* Improve guides ([#210](https://github.com/godaddy/cli/issues/210)) ([3832ff0](https://github.com/godaddy/cli/commit/3832ff0e93ce881a7979d8c4cc59322c329a1512)) + ## [0.2.5](https://github.com/godaddy/cli/compare/v0.2.4...v0.2.5) (2026-08-12) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d238da2..d657b88 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -873,7 +873,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.5" +version = "0.2.6" dependencies = [ "bytes", "futures", @@ -1151,7 +1151,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.5" +version = "0.2.6" dependencies = [ "anyhow", "async-graphql-parser", @@ -1217,7 +1217,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.2.5" +version = "0.2.6" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 3b878f8..b8a4149 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.2.5" +version = "0.2.6" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index eb5ccb0..c2dd911 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.2.5" +version = "0.2.6" 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 504d4d5..18b4566 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.5" +version = "0.2.6" edition = "2024" publish = false