From 33abe0c84c080c43fa1dfff1746a6b7c5b924c32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 22:24:12 +0000 Subject: [PATCH] chore(main): release 0.2.14 --- .release-please-manifest.json | 2 +- rust/CHANGELOG.md | 13 +++++++++++++ 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, 20 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a645a641..c2485d9c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "rust": "0.2.13" + "rust": "0.2.14" } diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 9f922e06..73542c85 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.14](https://github.com/godaddy/cli/compare/v0.2.13...v0.2.14) (2026-09-15) + + +### Features + +* **platform:** add init from-existing flag to sync app config into godaddy.toml ([#254](https://github.com/godaddy/cli/issues/254)) ([4715518](https://github.com/godaddy/cli/commit/4715518e8fd859b8ab19d9b6e45e55103aa7039f)) + + +### Bug Fixes + +* **deps:** update rustls to patch TLS 1.3 handshake advisory ([#258](https://github.com/godaddy/cli/issues/258)) ([9124112](https://github.com/godaddy/cli/commit/9124112a33cb8319e4776feaf647866d5dd07414)) +* **dns:** enforce TLSA/CAA required fields for lower-case --type ([#256](https://github.com/godaddy/cli/issues/256)) ([bc308dc](https://github.com/godaddy/cli/commit/bc308dc3927ad14eeab4ca5ae8730120f4969031)) + ## [0.2.13](https://github.com/godaddy/cli/compare/v0.2.12...v0.2.13) (2026-09-10) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index a0df20cc..8c377af2 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -957,7 +957,7 @@ dependencies = [ [[package]] name = "domains-client" -version = "0.2.13" +version = "0.2.14" dependencies = [ "bytes", "futures", @@ -1262,7 +1262,7 @@ dependencies = [ [[package]] name = "generate-api-catalog" -version = "0.2.13" +version = "0.2.14" dependencies = [ "anyhow", "async-graphql-parser", @@ -1341,7 +1341,7 @@ dependencies = [ [[package]] name = "godaddy-cli" -version = "0.2.13" +version = "0.2.14" dependencies = [ "async-trait", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ab5963d0..51b808a4 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godaddy-cli" -version = "0.2.13" +version = "0.2.14" edition = "2024" description = "GoDaddy developer CLI" license = "Proprietary" diff --git a/rust/domains-client/Cargo.toml b/rust/domains-client/Cargo.toml index 54726b7c..62150757 100644 --- a/rust/domains-client/Cargo.toml +++ b/rust/domains-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domains-client" -version = "0.2.13" +version = "0.2.14" 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 a7243eb6..c88cfde0 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.13" +version = "0.2.14" edition = "2024" publish = false