Skip to content

Commit 17620a1

Browse files
author
Phrase
committed
1 parent 1a5ba15 commit 17620a1

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

CHANGELOG.md

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

3+
## [2.53.0](https://github.com/phrase/openapi/compare/cli-v2.52.0...cli-v2.53.0) (2026-01-09)
4+
5+
6+
### Features
7+
8+
* **API:** Add missing project flags to project details schema #SCD-141 ([#993](https://github.com/phrase/openapi/issues/993)) ([93fbdd7](https://github.com/phrase/openapi/commit/93fbdd76150ed94374ef888ac92c0c9b626de7c8))
9+
10+
11+
### Bug Fixes
12+
13+
* **API:** drop invalid account locale params ([#992](https://github.com/phrase/openapi/issues/992)) ([87af83c](https://github.com/phrase/openapi/commit/87af83c94fd7e47340b5393847e93a31127abbe8))
14+
315
## [2.52.0](https://github.com/phrase/openapi/compare/cli-v2.51.0...cli-v2.52.0) (2025-12-11)
416

517

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Phrase Strings is a translation management platform for software projects. You c
77
This CLI client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project.
88

99
- API version: 2.0.0
10-
- Package version: 2.52.0
10+
- Package version: 2.53.0
1111

1212
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1313

@@ -57,15 +57,15 @@ Use the `pull` command to download the most recent locale files back into your p
5757

5858
You can also use `phrase` through a docker image, without installing the cli on your computer.
5959

60-
$ docker run --rm phrase/phrase-cli:2.52.0 help
60+
$ docker run --rm phrase/phrase-cli:2.53.0 help
6161

6262
Some commands are interactive and require the `-it` flag.
6363

64-
$ docker run -it phrase/phrase-cli:2.52.0 init
64+
$ docker run -it phrase/phrase-cli:2.53.0 init
6565

6666
Commands that need to read the config file and write locale files can mount a directory.
6767

68-
$ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.52.0 pull
68+
$ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.53.0 pull
6969

7070
You can also use the docker image as base for more complex images.
7171

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/daviddengcn/go-colortext v1.0.0
1212
github.com/jpillora/backoff v1.0.0
1313
github.com/mitchellh/mapstructure v1.5.0
14-
github.com/phrase/phrase-go/v4 v4.17.0 // x-release-please-version
14+
github.com/phrase/phrase-go/v4 v4.18.0 // x-release-please-version
1515
github.com/spf13/cobra v1.8.1
1616
github.com/spf13/viper v1.7.1
1717
gopkg.in/yaml.v2 v2.4.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn
215215
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
216216
github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc=
217217
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
218-
github.com/phrase/phrase-go/v4 v4.17.0 h1:Rkz9i1EMQYwXLY3b2vx69YSt6GRmWF/D1b/Xu+xnjK4=
219-
github.com/phrase/phrase-go/v4 v4.17.0/go.mod h1:4XplKvrbHS2LDaXfFp9xrVDtO5xk2WHFm0htutwwd8c=
218+
github.com/phrase/phrase-go/v4 v4.18.0 h1:LSD1izhuwF1TzxlLKdoItfyeSbCuiSs5RCmNiv8vmLg=
219+
github.com/phrase/phrase-go/v4 v4.18.0/go.mod h1:4XplKvrbHS2LDaXfFp9xrVDtO5xk2WHFm0htutwwd8c=
220220
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
221221
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
222222
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)