From 5ab81ff51c14f9c575d3b6d87facc751c7619399 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 22 May 2026 13:30:40 +0200 Subject: [PATCH] chore(main): release cli 2.64.0 --- clients/cli/CHANGELOG.md | 12 ++++++++++++ openapi-generator/cli_lang.yaml | 2 +- release-please/manifest-cli.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 5b9b7cc1..5ec68edc 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.64.0](https://github.com/phrase/strings-openapi/compare/cli-v2.63.0...cli-v2.64.0) (2026-05-22) + + +### Features + +* **API:** align and improve API coverage across v2 endpoints ([#1145](https://github.com/phrase/strings-openapi/issues/1145)) ([b27394b](https://github.com/phrase/strings-openapi/commit/b27394bd102f2aee4dd468e3c2fff355018ec59c)) + + +### Bug Fixes + +* **API:** branching: align operations with the backend behavior ([#1136](https://github.com/phrase/strings-openapi/issues/1136)) ([b0e0c8e](https://github.com/phrase/strings-openapi/commit/b0e0c8ed692be75ea55e761e49df8c35fb17df56)) + ## [2.63.0](https://github.com/phrase/strings-openapi/compare/cli-v2.62.0...cli-v2.63.0) (2026-05-15) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index e34bd4d7..e2638558 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.63.0 +packageVersion: 2.64.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index a3528973..2ff8a403 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.63.0" + ".": "2.64.0" }