From 5f4e2028ae907cb9b01ea62d0957b48eb107fdc7 Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 3 Sep 2026 14:10:48 +0200 Subject: [PATCH] chore(main): release cli 2.68.0 --- clients/cli/CHANGELOG.md | 13 +++++++++++++ openapi-generator/cli_lang.yaml | 2 +- release-please/manifest-cli.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index fd37649b..f673907a 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.68.0](https://github.com/phrase/strings-openapi/compare/cli-v2.67.2...cli-v2.68.0) (2026-09-03) + + +### Features + +* **API:** add Checks API endpoints ([#1242](https://github.com/phrase/strings-openapi/issues/1242)) ([0be2f2c](https://github.com/phrase/strings-openapi/commit/0be2f2c9f17f2488a936387e4f6824760c3b6a7c)) +* **API:** document tm_ids and term_base_ids params on projects API ([#1244](https://github.com/phrase/strings-openapi/issues/1244)) ([c8a2eea](https://github.com/phrase/strings-openapi/commit/c8a2eeab870236e46a8f87770c5499f0d6ffd2ca)) + + +### Bug Fixes + +* **cli:** guard nil file panic in generated download commands ([#1241](https://github.com/phrase/strings-openapi/issues/1241)) ([e8f3f61](https://github.com/phrase/strings-openapi/commit/e8f3f61d87148d1e14c963b6324059bd08b4d056)) + ## [2.67.2](https://github.com/phrase/strings-openapi/compare/cli-v2.67.1...cli-v2.67.2) (2026-08-25) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index e60a4d2d..0a1dad3a 100644 --- a/openapi-generator/cli_lang.yaml +++ b/openapi-generator/cli_lang.yaml @@ -2,6 +2,6 @@ generatorName: go outputDir: clients/cli packageName: phrase -packageVersion: 2.67.2 +packageVersion: 2.68.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 61ed2b6a..6afcaf93 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.67.2" + ".": "2.68.0" }