diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ba5ef13..a21dd74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.2.9" + "rust": "0.2.10" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 3b5dc45..0fa062f 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.10](https://github.com/godaddy/cli/compare/v0.2.9...v0.2.10) (2026-08-24) + + +### Features + +* **email:** Added CLI support for panel based email services ([#212](https://github.com/godaddy/cli/issues/212)) ([c99004a](https://github.com/godaddy/cli/commit/c99004a571517b045d67c05540c5936d6fcc666e)) + + +### Bug Fixes + +* **extensions:** restore pre-bundle AST security scan [DEVEX-710] ([#208](https://github.com/godaddy/cli/issues/208)) ([e3a2010](https://github.com/godaddy/cli/commit/e3a2010f6040bc9c6781f52a72d1dbab7a5a1e88)) +* omit null settings presentation fields ([#225](https://github.com/godaddy/cli/issues/225)) ([ef745d9](https://github.com/godaddy/cli/commit/ef745d98f5be9bb2dda423648a73b6e64048bc25)) + ## [0.2.9](https://github.com/godaddy/cli/compare/v0.2.8...v0.2.9) (2026-08-21) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f4372a1..d443771 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -911,7 +911,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.9" +version = "0.2.10" dependencies = [ "bytes", "futures", @@ -1195,7 +1195,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.9" +version = "0.2.10" dependencies = [ "anyhow", "async-graphql-parser", @@ -1274,7 +1274,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.2.9" +version = "0.2.10" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c980a4c..8eb1d34 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.2.9" +version = "0.2.10" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index b91f219..f358b9c 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.2.9" +version = "0.2.10" 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 40316ab..3d980c5 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.9" +version = "0.2.10" edition = "2024" publish = false