diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd6bc9..be25376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.15.0](https://github.com/phrase/openapi/compare/cli-v2.14.0...cli-v2.15.0) (2023-11-03) + + +### Features + +* [TSI-2083] enable format_options argument for java-client ([#426](https://github.com/phrase/openapi/issues/426)) ([faa8cb3](https://github.com/phrase/openapi/commit/faa8cb353ba9f1030b9f7cfd46b894b4d6d26e70)) +* **CLI:** On pull error, print the API response ([#463](https://github.com/phrase/openapi/issues/463)) ([b0b6ed1](https://github.com/phrase/openapi/commit/b0b6ed1b928f2c64fb618de76d88742e5f0cee8c)) +* Update openapi-generator to v7 ([#418](https://github.com/phrase/openapi/issues/418)) ([524626f](https://github.com/phrase/openapi/commit/524626f5e914bfef6025d0e1c2cbc7a728d08f56)) + ## [2.14.0](https://github.com/phrase/openapi/compare/cli-v2.13.0...cli-v2.14.0) (2023-10-23) diff --git a/README.md b/README.md index 7b269b1..123f67d 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.14.0 +- Package version: 2.15.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.14.0 help + $ docker run --rm phrase/phrase-cli:2.15.0 help Some commands are interactive and require the `-it` flag. - $ docker run -it phrase/phrase-cli:2.14.0 init + $ docker run -it phrase/phrase-cli:2.15.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.14.0 pull + $ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.15.0 pull You can also use the docker image as base for more complex images.