Skip to content

Commit a65025a

Browse files
chore(main): release 0.2.10
1 parent e3a2010 commit a65025a

6 files changed

Lines changed: 20 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"rust": "0.2.9"
2+
"rust": "0.2.10"
33
}

rust/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.10](https://github.com/godaddy/cli/compare/v0.2.9...v0.2.10) (2026-08-24)
4+
5+
6+
### Features
7+
8+
* **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))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
* omit null settings presentation fields ([#225](https://github.com/godaddy/cli/issues/225)) ([ef745d9](https://github.com/godaddy/cli/commit/ef745d98f5be9bb2dda423648a73b6e64048bc25))
15+
316
## [0.2.9](https://github.com/godaddy/cli/compare/v0.2.8...v0.2.9) (2026-08-21)
417

518

rust/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "godaddy-cli"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
edition = "2024"
55
description = "GoDaddy developer CLI"
66
license = "Proprietary"

rust/domains-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "domains-client"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
edition = "2024"
55
license = "Proprietary"
66
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."

rust/tools/generate-api-catalog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "generate-api-catalog"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
edition = "2024"
55
publish = false
66

0 commit comments

Comments
 (0)