diff --git a/CHANGELOG.md b/CHANGELOG.md index 221e38e..15b4e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.31.0](https://github.com/phrase/openapi/compare/cli-v2.30.0...cli-v2.31.0) (2024-07-03) + + +### Features + +* **CLI:** Add option for async download [TSI-2515] ([#649](https://github.com/phrase/openapi/issues/649)) ([976353a](https://github.com/phrase/openapi/commit/976353aa639310dd8bad45cc090aff4768b520f1)) + ## [2.30.0](https://github.com/phrase/openapi/compare/cli-v2.29.0...cli-v2.30.0) (2024-07-02) diff --git a/README.md b/README.md index 88a71d1..72517b3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Phrase Strings is a translation management platform for software projects. You c This CLI client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. - API version: 2.0.0 -- Package version: 2.30.0 +- Package version: 2.31.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen @@ -57,15 +57,15 @@ Use the `pull` command to download the most recent locale files back into your p You can also use `phrase` through a docker image, without installing the cli on your computer. - $ docker run --rm phrase/phrase-cli:2.30.0 help + $ docker run --rm phrase/phrase-cli:2.31.0 help Some commands are interactive and require the `-it` flag. - $ docker run -it phrase/phrase-cli:2.30.0 init + $ docker run -it phrase/phrase-cli:2.31.0 init Commands that need to read the config file and write locale files can mount a directory. - $ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.30.0 pull + $ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.31.0 pull You can also use the docker image as base for more complex images.