From 792870b1f68b3dbe4ec7e4b55f8911685d3dcad8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 15:01:28 +0000 Subject: [PATCH] chore(main): release 0.2.8 --- .release-please-manifest.json | 2 +- rust/CHANGELOG.md | 7 +++++++ rust/Cargo.lock | 6 +++--- rust/Cargo.toml | 2 +- rust/domains-client/Cargo.toml | 2 +- rust/tools/generate-api-catalog/Cargo.toml | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09bc471..fdfd966 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.2.7" + "rust": "0.2.8" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 4e7e8a8..50fce64 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.8](https://github.com/godaddy/cli/compare/v0.2.7...v0.2.8) (2026-08-19) + + +### Features + +* **cli:** right-align numeric table columns on cli-engine 0.8.6 ([#219](https://github.com/godaddy/cli/issues/219)) ([2647579](https://github.com/godaddy/cli/commit/2647579ee113183099cf0cf243d0bcb37aa428d3)) + ## [0.2.7](https://github.com/godaddy/cli/compare/v0.2.6...v0.2.7) (2026-08-18) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index a019ace..2685293 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -873,7 +873,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.7" +version = "0.2.8" dependencies = [ "bytes", "futures", @@ -1151,7 +1151,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.7" +version = "0.2.8" dependencies = [ "anyhow", "async-graphql-parser", @@ -1217,7 +1217,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.2.7" +version = "0.2.8" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 1f941a4..4390b60 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.2.7" +version = "0.2.8" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index 8340938..d3dbf25 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.2.7" +version = "0.2.8" 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 d784d05..0f01e74 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.7" +version = "0.2.8" edition = "2024" publish = false