Skip to content

Commit b09fc06

Browse files
author
Phrase
committed
Deploying from phrase/openapi@66e71544
1 parent 428a601 commit b09fc06

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.40.0](https://github.com/phrase/openapi/compare/cli-v2.39.0...cli-v2.40.0) (2025-04-08)
4+
5+
6+
### Features
7+
8+
* **CLI:** Do not save token to config file by default #STRINGS-999 ([#822](https://github.com/phrase/openapi/issues/822)) ([7836701](https://github.com/phrase/openapi/commit/783670117c84357da9157b4e5cdb80fc3d96c820))
9+
10+
11+
### Bug Fixes
12+
13+
* **API:** Remove request body from GET comments ([#817](https://github.com/phrase/openapi/issues/817)) ([2646001](https://github.com/phrase/openapi/commit/264600132e80ac03983e0ae86e99db3d6fb9080d))
14+
315
## [2.39.0](https://github.com/phrase/openapi/compare/cli-v2.38.0...cli-v2.39.0) (2025-03-06)
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.39.0
10+
- Package version: 2.40.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.39.0 help
60+
$ docker run --rm phrase/phrase-cli:2.40.0 help
6161

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

64-
$ docker run -it phrase/phrase-cli:2.39.0 init
64+
$ docker run -it phrase/phrase-cli:2.40.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.39.0 pull
68+
$ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.40.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.4.0 // x-release-please-version
14+
github.com/phrase/phrase-go/v4 v4.4.1 // 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.4.0 h1:n0mw8VwnIMPv96BKrG7+Kos8hHlQ+24SRGFwk6xcRNc=
219-
github.com/phrase/phrase-go/v4 v4.4.0/go.mod h1:4XplKvrbHS2LDaXfFp9xrVDtO5xk2WHFm0htutwwd8c=
218+
github.com/phrase/phrase-go/v4 v4.4.1 h1:39uMQ70ZoGSrvuS0lCmUclH6A/boZXlL/5yptrXXfsI=
219+
github.com/phrase/phrase-go/v4 v4.4.1/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)