From 6d88eb38e0cde66a2cdcf82719e53e535dc1e56d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:38:00 +0000 Subject: [PATCH] chore(rust-port): release 0.1.7 --- .release-please-manifest.json | 2 +- rust/CHANGELOG.md | 7 +++++++ 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, 14 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 295eaeb..9252d5a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.1.6" + "rust": "0.1.7" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index e153352..3be02a2 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/godaddy/cli/compare/v0.1.6...v0.1.7) (2026-07-17) + + +### Features + +* **auth:** add live OAuth scope registry via `gddy auth scopes` (DEVEX-886, DEVEX-891) ([#116](https://github.com/godaddy/cli/issues/116)) ([cb16cc9](https://github.com/godaddy/cli/commit/cb16cc9dfa1fcc717e71b70a5c94e41e0c787bcf)) + ## [0.1.6](https://github.com/godaddy/cli/compare/v0.1.5...v0.1.6) (2026-07-16) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index bf876dd..5b287a5 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -954,7 +954,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.1.6" +version = "0.1.7" dependencies = [ "bytes", "cli-engine", @@ -1255,7 +1255,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "base64 0.22.1", @@ -1333,7 +1333,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.1.6" +version = "0.1.7" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 08f305a..2711939 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.1.6" +version = "0.1.7" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index 11eaecf..1e0e567 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.1.6" +version = "0.1.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 b68d021..b94b338 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.6" +version = "0.1.7" edition = "2024" publish = false