diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 51fbe73..595aa4f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.2.3" + "rust": "0.2.4" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 5465a55..2ac165b 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.2.4](https://github.com/godaddy/cli/compare/v0.2.3...v0.2.4) (2026-08-11) + + +### Features + +* **domain:** show registration period with its unit in the default table ([#199](https://github.com/godaddy/cli/issues/199)) ([4de0e3e](https://github.com/godaddy/cli/commit/4de0e3e32716ea5b75603b1784d7578ab9cb0aa9)) +* **update:** nudge shell-completion refresh after a real update ([#197](https://github.com/godaddy/cli/issues/197)) ([7b49a46](https://github.com/godaddy/cli/commit/7b49a4601e6d8385340db2c6678480b0c88c2675)) + + +### Bug Fixes + +* **cli:** render platform actions list as a table with pagination ([#198](https://github.com/godaddy/cli/issues/198)) ([3c7deca](https://github.com/godaddy/cli/commit/3c7deca563946ffa3563e56fbd93895ca079574f)) +* **release:** update version argument support ([#195](https://github.com/godaddy/cli/issues/195)) ([2964db2](https://github.com/godaddy/cli/commit/2964db2fd567e5d389270f323b62c5afb810d0fe)) + + +### Miscellaneous + +* **rust:** enforce command-tree file structure; split oversized modules ([#192](https://github.com/godaddy/cli/issues/192)) ([0b5b131](https://github.com/godaddy/cli/commit/0b5b1312c65c8e9607754b8672ee1b3f6d60c594)) + ## [0.2.3](https://github.com/godaddy/cli/compare/v0.2.2...v0.2.3) (2026-08-10) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index c30d49d..056c942 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -859,7 +859,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.3" +version = "0.2.4" dependencies = [ "bytes", "futures", @@ -1137,7 +1137,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "base64", @@ -1202,7 +1202,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.2.3" +version = "0.2.4" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 1ecc2c8..1c05e84 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.2.3" +version = "0.2.4" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index dd4ce9e..dd49529 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.2.3" +version = "0.2.4" 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 531cee1..8e27c8c 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.3" +version = "0.2.4" edition = "2024" publish = false