Skip to content

Commit 9cfb861

Browse files
author
Phrase
committed
Deploying from phrase/openapi@cade985e
1 parent 9644280 commit 9cfb861

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
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.37.0](https://github.com/phrase/openapi/compare/cli-v2.36.0...cli-v2.37.0) (2025-02-25)
4+
5+
6+
### Features
7+
8+
* **API:** add updated_since filter to job list #STRINGS-1555 ([#799](https://github.com/phrase/openapi/issues/799)) ([dc9b6ed](https://github.com/phrase/openapi/commit/dc9b6ed12e013231d397820449086c87fea2f8ba))
9+
10+
11+
### Bug Fixes
12+
13+
* **CLI:** Revert viper library version #STRINGS-1487 ([#809](https://github.com/phrase/openapi/issues/809)) ([8b68918](https://github.com/phrase/openapi/commit/8b689182b5e23bf7fee447db9229c5aba0417c7d))
14+
315
## [2.36.0](https://github.com/phrase/openapi/compare/cli-v2.35.6...cli-v2.36.0) (2025-02-17)
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.36.0
10+
- Package version: 2.37.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.36.0 help
60+
$ docker run --rm phrase/phrase-cli:2.37.0 help
6161

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

64-
$ docker run -it phrase/phrase-cli:2.36.0 init
64+
$ docker run -it phrase/phrase-cli:2.37.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.36.0 pull
68+
$ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.37.0 pull
6969

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

0 commit comments

Comments
 (0)