diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 567cfc5..666b251 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.1.1" + "rust": "0.1.2" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 639fc61..179ce1a 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.2](https://github.com/godaddy/cli/compare/v0.1.1...v0.1.2) (2026-07-10) + + +### Features + +* flatten domain suggest term pricing and prefix next-actions with gddy ([#90](https://github.com/godaddy/cli/issues/90)) ([6f7a7a9](https://github.com/godaddy/cli/commit/6f7a7a9f2a13536a901f827c21e9804386f18812)) + + +### Bug Fixes + +* use non-API GitHub redirect for update checks, add --force to update apply ([#91](https://github.com/godaddy/cli/issues/91)) ([60cc92d](https://github.com/godaddy/cli/commit/60cc92d7a325b7d65350b2599e494b716bc1d222)) + ## [0.1.1](https://github.com/godaddy/cli/compare/v0.1.0...v0.1.1) (2026-07-09) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 5326182..0f7e19a 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -954,7 +954,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bytes", "cli-engine", @@ -1255,7 +1255,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "chrono", @@ -1332,7 +1332,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.1.1" +version = "0.1.2" dependencies = [ "async-trait", "chrono", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 73cf20c..646129b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.1.1" +version = "0.1.2" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index 269ca4c..817bfad 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.1.1" +version = "0.1.2" 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 8a1c847..7f1e993 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.1" +version = "0.1.2" edition = "2024" publish = false