Skip to content

Commit 077f45a

Browse files
authored
chore(main): release cli 2.43.0 (#859)
1 parent ca7735e commit 077f45a

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.43.0](https://github.com/phrase/openapi/compare/cli-v2.42.2...cli-v2.43.0) (2025-07-18)
4+
5+
6+
### Features
7+
8+
* **API:** add updated_since param for downloads ([#858](https://github.com/phrase/openapi/issues/858)) ([db4196b](https://github.com/phrase/openapi/commit/db4196bfb1a45f628577bebb99aad7da1179c241))
9+
* **API:** Add use_ordinal_rules attribute to request body for create/update Keys endpoints ([#868](https://github.com/phrase/openapi/issues/868)) ([29410b5](https://github.com/phrase/openapi/commit/29410b5d4edee9645f449d2d7de53fb953c1f0c2))
10+
* **API:** Add use_ordinal_rules boolean [STRINGS-2273] ([#846](https://github.com/phrase/openapi/issues/846)) ([450ce0c](https://github.com/phrase/openapi/commit/450ce0cce6bb2064758c44b130b39dd5539c2681))
11+
312
## [2.42.2](https://github.com/phrase/openapi/compare/cli-v2.42.1...cli-v2.42.2) (2025-06-30)
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.42.2
5+
packageVersion: 2.43.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.42.2"
2+
".": "2.43.0"
33
}

0 commit comments

Comments
 (0)