From 0bccd272d77991cb4dcc1125cb45bb45b0432e55 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 20 Dec 2024 15:16:25 +0000 Subject: [PATCH] Deploying from phrase/openapi@84e61074 --- CHANGELOG.md | 7 +++++++ README.md | 8 ++++---- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d9ec7..ccf9b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.35.4](https://github.com/phrase/openapi/compare/cli-v2.35.3...cli-v2.35.4) (2024-12-20) + + +### Bug Fixes + +* **API:** Repo Sync Event errors field type #STRINGS-1074 ([#756](https://github.com/phrase/openapi/issues/756)) ([c7670e0](https://github.com/phrase/openapi/commit/c7670e04810f95359d72ba6346b5f626bfb77b6f)) + ## [2.35.3](https://github.com/phrase/openapi/compare/cli-v2.35.2...cli-v2.35.3) (2024-12-20) diff --git a/README.md b/README.md index 59ffc68..c824698 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.35.3 +- Package version: 2.35.4 - 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.35.3 help + $ docker run --rm phrase/phrase-cli:2.35.4 help Some commands are interactive and require the `-it` flag. - $ docker run -it phrase/phrase-cli:2.35.3 init + $ docker run -it phrase/phrase-cli:2.35.4 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.35.3 pull + $ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.35.4 pull You can also use the docker image as base for more complex images. diff --git a/go.mod b/go.mod index eb40be1..0197210 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/daviddengcn/go-colortext v1.0.0 github.com/jpillora/backoff v1.0.0 github.com/mitchellh/mapstructure v1.5.0 - github.com/phrase/phrase-go/v4 v4.0.3 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.0.4 // x-release-please-version github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 gopkg.in/yaml.v2 v2.4.0 diff --git a/go.sum b/go.sum index 85cd10f..fb57437 100644 --- a/go.sum +++ b/go.sum @@ -140,8 +140,8 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M= github.com/pelletier/go-toml/v2 v2.2.3/go.mod h1:MfCQTFTvCcUyyvvwm1+G6H/jORL20Xlb6rzQu9GuUkc= -github.com/phrase/phrase-go/v4 v4.0.3 h1:DL8vzW4GdIZMZDq+vNjqBSRXxKtK8esgnkBIRSq0ZHI= -github.com/phrase/phrase-go/v4 v4.0.3/go.mod h1:4XplKvrbHS2LDaXfFp9xrVDtO5xk2WHFm0htutwwd8c= +github.com/phrase/phrase-go/v4 v4.0.4 h1:67AZMguH0/dq3UCZ5POpuQgSkigDhIcRAPoUKi9lch4= +github.com/phrase/phrase-go/v4 v4.0.4/go.mod h1:4XplKvrbHS2LDaXfFp9xrVDtO5xk2WHFm0htutwwd8c= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=