diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2779f..d748d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.34.1](https://github.com/phrase/openapi/compare/cli-v2.34.0...cli-v2.34.1) (2024-11-27) + + +### Bug Fixes + +* **CLI:** crash when target/params section is empty #STRINGS-921 ([#722](https://github.com/phrase/openapi/issues/722)) ([03032c4](https://github.com/phrase/openapi/commit/03032c43be427a948f7e49cb7b7ff257bcf41821)) + ## [2.34.0](https://github.com/phrase/openapi/compare/cli-v2.33.1...cli-v2.34.0) (2024-11-25) diff --git a/README.md b/README.md index f2c21bb..d973056 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.34.0 +- Package version: 2.34.1 - 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.34.0 help + $ docker run --rm phrase/phrase-cli:2.34.1 help Some commands are interactive and require the `-it` flag. - $ docker run -it phrase/phrase-cli:2.34.0 init + $ docker run -it phrase/phrase-cli:2.34.1 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.34.0 pull + $ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.34.1 pull You can also use the docker image as base for more complex images.