From 127ddfa044891038c82101223f76f028a107e763 Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 10 Oct 2024 13:31:55 +0000 Subject: [PATCH] Deploying from phrase/openapi@271d4b59 --- CHANGELOG.md | 7 +++++++ README.md | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9438f..15a79af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.33.1](https://github.com/phrase/openapi/compare/cli-v2.33.0...cli-v2.33.1) (2024-10-10) + + +### Bug Fixes + +* **cli:** Adapt to formats API fix ([#699](https://github.com/phrase/openapi/issues/699)) ([3363de7](https://github.com/phrase/openapi/commit/3363de7b1f9564dad363932c3964a24b87887e7d)) + ## [2.33.0](https://github.com/phrase/openapi/compare/cli-v2.32.0...cli-v2.33.0) (2024-10-02) diff --git a/README.md b/README.md index 89f6d55..4d0846f 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.33.0 +- Package version: 2.33.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.33.0 help + $ docker run --rm phrase/phrase-cli:2.33.1 help Some commands are interactive and require the `-it` flag. - $ docker run -it phrase/phrase-cli:2.33.0 init + $ docker run -it phrase/phrase-cli:2.33.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.33.0 pull + $ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.33.1 pull You can also use the docker image as base for more complex images.