diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a21dd74..3ab4b80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.2.10" + "rust": "0.2.11" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 0fa062f..73ba943 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.11](https://github.com/godaddy/cli/compare/v0.2.10...v0.2.11) (2026-08-25) + + +### Bug Fixes + +* **email:** pointing to EFD vs productivity panel api ([#232](https://github.com/godaddy/cli/issues/232)) ([4bc57a1](https://github.com/godaddy/cli/commit/4bc57a17c3c516bc1f7c59ca6968486ef5fbd963)) + + +### Build System + +* **deps:** upgrade cli-engine to 0.9 and progenitor to 0.14 for reqwest 0.13 ([#228](https://github.com/godaddy/cli/issues/228)) ([764adc1](https://github.com/godaddy/cli/commit/764adc18a549cde05367ce03a792e57df64b9cdc)) + ## [0.2.10](https://github.com/godaddy/cli/compare/v0.2.9...v0.2.10) (2026-08-24) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 6d2bbc7..15cca1c 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -956,7 +956,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.10" +version = "0.2.11" dependencies = [ "bytes", "futures", @@ -1261,7 +1261,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.10" +version = "0.2.11" dependencies = [ "anyhow", "async-graphql-parser", @@ -1340,7 +1340,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.2.10" +version = "0.2.11" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8d3c8e9..fb1be1e 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.2.10" +version = "0.2.11" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index 557c8b0..bc9749e 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.2.10" +version = "0.2.11" 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 3d980c5..69ba070 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.10" +version = "0.2.11" edition = "2024" publish = false