From 688e8abfd733bbc8308c8faf827e12e23763564e Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 28 Jan 2026 12:17:45 +0100 Subject: [PATCH] chore(main): release cli 2.55.0 --- clients/cli/CHANGELOG.md | 14 ++++++++++++++ openapi-generator/cli_lang.yaml | 2 +- release-please/manifest-cli.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 5771b540..06a751de 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.55.0](https://github.com/phrase/strings-openapi/compare/cli-v2.54.3...cli-v2.55.0) (2026-01-28) + + +### Features + +* **API:** Accept branch param in RepoSyncs#import ([#1035](https://github.com/phrase/strings-openapi/issues/1035)) ([fdfd542](https://github.com/phrase/strings-openapi/commit/fdfd54203510f94d546d771e1eeb6f4cc40f9b06)) +* **API:** creating upload batches #SCD-687 ([#1022](https://github.com/phrase/strings-openapi/issues/1022)) ([83f5a41](https://github.com/phrase/strings-openapi/commit/83f5a411f1ebc63d26cdce0729093aa517d79b62)) +* **CLI:** key cleanup using batches #SCD-687 ([#1036](https://github.com/phrase/strings-openapi/issues/1036)) ([3d8f064](https://github.com/phrase/strings-openapi/commit/3d8f064fe9002047f22e70334e513a6b593d7366)) + + +### Bug Fixes + +* remove project from account locales ([#1025](https://github.com/phrase/strings-openapi/issues/1025)) ([06b780f](https://github.com/phrase/strings-openapi/commit/06b780f91d2fe22a22ec821aa18968ed3b50510a)) + ## [2.54.3](https://github.com/phrase/strings-openapi/compare/cli-v2.54.2...cli-v2.54.3) (2026-01-20) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index d2bfe46d..322e4714 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.54.3 +packageVersion: 2.55.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 39b21ba5..e7e31106 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.54.3" + ".": "2.55.0" }