From 4988ab7f8a548cfa461a27f2d53ec11cb9576ace Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 6 Feb 2026 15:07:16 +0100 Subject: [PATCH] chore(main): release cli 2.56.0 --- clients/cli/CHANGELOG.md | 7 +++++++ openapi-generator/cli_lang.yaml | 2 +- release-please/manifest-cli.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 7d1a5d15..9822a288 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.56.0](https://github.com/phrase/strings-openapi/compare/cli-v2.55.2...cli-v2.56.0) (2026-02-06) + + +### Features + +* **API:** add pr_branch param to repo-sync export #SCD-594 ([#978](https://github.com/phrase/strings-openapi/issues/978)) ([7c3c19f](https://github.com/phrase/strings-openapi/commit/7c3c19fa6b7254315ce48a1ad420b97d529dbd9a)) + ## [2.55.2](https://github.com/phrase/strings-openapi/compare/cli-v2.55.1...cli-v2.55.2) (2026-02-03) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 13d25851..f29a6729 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.55.2 +packageVersion: 2.56.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 68769983..5f1dc856 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.55.2" + ".": "2.56.0" }