Skip to content

Commit c2ad18b

Browse files
authored
chore(main): release cli 2.49.0 (#940)
1 parent d041702 commit c2ad18b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

clients/cli/CHANGELOG.md

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

3+
## [2.49.0](https://github.com/phrase/openapi/compare/cli-v2.48.0...cli-v2.49.0) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* **API:** Support source_locale_id param in uploads ([#935](https://github.com/phrase/openapi/issues/935)) ([304a406](https://github.com/phrase/openapi/commit/304a4061aaac8001a3a9e10c5cf985b04c31dab2))
9+
310
## [2.48.0](https://github.com/phrase/openapi/compare/cli-v2.47.0...cli-v2.48.0) (2025-10-16)
411

512

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.48.0
5+
packageVersion: 2.49.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.48.0"
2+
".": "2.49.0"
33
}

0 commit comments

Comments
 (0)