diff --git a/CHANGELOG.md b/CHANGELOG.md index ba85902..bc07f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.19.3](https://github.com/phrase/openapi/compare/cli-v2.19.2...cli-v2.19.3) (2024-01-02) + + +### Bug Fixes + +* **CLI:** retrigger release for GO ([fca7edb](https://github.com/phrase/openapi/commit/fca7edb2bfecaeb2ed92c5f50acb8d820ef94cb0)) +* **GO:** fix type mismatch error ([fca7edb](https://github.com/phrase/openapi/commit/fca7edb2bfecaeb2ed92c5f50acb8d820ef94cb0)) +* **GO:** fix type mismatch for nested args ([#515](https://github.com/phrase/openapi/issues/515)) ([fca7edb](https://github.com/phrase/openapi/commit/fca7edb2bfecaeb2ed92c5f50acb8d820ef94cb0)) + ## [2.19.2](https://github.com/phrase/openapi/compare/cli-v2.19.1...cli-v2.19.2) (2024-01-02) diff --git a/README.md b/README.md index 4f592d1..91e1250 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.19.2 +- Package version: 2.19.3 - 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.19.2 help + $ docker run --rm phrase/phrase-cli:2.19.3 help Some commands are interactive and require the `-it` flag. - $ docker run -it phrase/phrase-cli:2.19.2 init + $ docker run -it phrase/phrase-cli:2.19.3 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.19.2 pull + $ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.19.3 pull You can also use the docker image as base for more complex images.