From 422e0519249ea50ce96ab4da0e83a4876801ca8f Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 30 Mar 2026 09:53:21 +0200 Subject: [PATCH] chore(main): release cli 2.57.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 8101cf04..a44e4491 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.57.0](https://github.com/phrase/strings-openapi/compare/cli-v2.56.0...cli-v2.57.0) (2026-03-30) + + +### Features + +* **CLI:** add --cache flag to phrase pull for conditional requests ([#1066](https://github.com/phrase/strings-openapi/issues/1066)) ([b815b79](https://github.com/phrase/strings-openapi/commit/b815b79506b73d5f58398fe64f3144543f03918c)) + ## [2.56.0](https://github.com/phrase/strings-openapi/compare/cli-v2.55.2...cli-v2.56.0) (2026-03-13) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index f29a6729..7e2b7c20 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.56.0 +packageVersion: 2.57.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 5f1dc856..9123da02 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.56.0" + ".": "2.57.0" }