Skip to content

Commit 855beea

Browse files
committed
chore(master): release cli 2.34.0
1 parent f90370f commit 855beea

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

clients/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.34.0](https://github.com/phrase/openapi/compare/cli-v2.33.1...cli-v2.34.0) (2024-11-20)
4+
5+
6+
### Features
7+
8+
* **API:** Add Pagination header to POST search endpoints [[#457](https://github.com/phrase/openapi/issues/457)] ([#706](https://github.com/phrase/openapi/issues/706)) ([9a79fa3](https://github.com/phrase/openapi/commit/9a79fa31bb3b9d58272fa2f4e82d72d0d44a93a0))
9+
* **API:** autotranslate param in key creation [STRINGS-786] ([#713](https://github.com/phrase/openapi/issues/713)) ([581d0ff](https://github.com/phrase/openapi/commit/581d0ff5f1d06757e5ddd9603b78fc8d435d68ee))
10+
* **CLI:** Support branch in pull config #STRINGS-538 ([#701](https://github.com/phrase/openapi/issues/701)) ([30ae809](https://github.com/phrase/openapi/commit/30ae809b38ead0d0d019362b67a8b604ac15fe5f))
11+
312
## [2.33.1](https://github.com/phrase/openapi/compare/cli-v2.33.0...cli-v2.33.1) (2024-10-10)
413

514

openapi-generator/cli_lang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
generatorName: go
33
outputDir: clients/cli
44
packageName: phrase
5-
packageVersion: 2.33.1
5+
packageVersion: 2.34.0
66
templateDir: openapi-generator/templates/cli
77
apiNameSuffix: Api

release-please/manifest-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.33.1"
2+
".": "2.34.0"
33
}

0 commit comments

Comments
 (0)