diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c2485d9c..f8afc82c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.2.14" + "rust": "0.2.15" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 73542c85..afbd1683 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.15](https://github.com/godaddy/cli/compare/v0.2.14...v0.2.15) (2026-09-16) + + +### Features + +* Add CLI command groups for Hosting API ([#248](https://github.com/godaddy/cli/issues/248)) ([0c5cea0](https://github.com/godaddy/cli/commit/0c5cea0dc58124238f6343b2ecf7efa207c4a5e6)) + ## [0.2.14](https://github.com/godaddy/cli/compare/v0.2.13...v0.2.14) (2026-09-15) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 8c377af2..6e40a755 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -957,7 +957,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.14" +version = "0.2.15" dependencies = [ "bytes", "futures", @@ -1262,7 +1262,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.14" +version = "0.2.15" dependencies = [ "anyhow", "async-graphql-parser", @@ -1341,7 +1341,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.2.14" +version = "0.2.15" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7be84189..919867fd 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.2.14" +version = "0.2.15" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index 62150757..fe57eca7 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.2.14" +version = "0.2.15" 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 c88cfde0..04c7086d 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.14" +version = "0.2.15" edition = "2024" publish = false