diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b062a..8179e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.32.0](https://github.com/phrase/openapi/compare/cli-v2.31.1...cli-v2.32.0) (2024-09-09) + + +### Features + +* Add update_translations_on_source_match ([#670](https://github.com/phrase/openapi/issues/670)) ([11003ac](https://github.com/phrase/openapi/commit/11003ace7353bf99893482ca4aa32214abf3e581)) + ## [2.31.1](https://github.com/phrase/openapi/compare/cli-v2.31.0...cli-v2.31.1) (2024-07-15) diff --git a/README.md b/README.md index a094675..9453045 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.31.1 +- Package version: 2.32.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.31.1 help + $ docker run --rm phrase/phrase-cli:2.32.0 help Some commands are interactive and require the `-it` flag. - $ docker run -it phrase/phrase-cli:2.31.1 init + $ docker run -it phrase/phrase-cli:2.32.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.31.1 pull + $ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.32.0 pull You can also use the docker image as base for more complex images. diff --git a/go.mod b/go.mod index a93fe9e..3ce19d0 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/daviddengcn/go-colortext v1.0.0 github.com/jpillora/backoff v1.0.0 github.com/mitchellh/mapstructure v1.4.0 - github.com/phrase/phrase-go/v3 v3.4.1 // x-release-please-version + github.com/phrase/phrase-go/v3 v3.5.0 // x-release-please-version github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.7.1 gopkg.in/yaml.v2 v2.4.0 diff --git a/go.sum b/go.sum index b71f903..6e83933 100644 --- a/go.sum +++ b/go.sum @@ -220,8 +220,8 @@ github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FI github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pelletier/go-toml v1.8.1 h1:1Nf83orprkJyknT6h7zbuEGUEjcyVlCxSUGTENmNCRM= github.com/pelletier/go-toml v1.8.1/go.mod h1:T2/BmBdy8dvIRq1a/8aqjN41wvWlN4lrapLU/GW4pbc= -github.com/phrase/phrase-go/v3 v3.4.1 h1:X3S8NC2n1226CXebqWbx7KvSIfKK87aCss/B6OsKjzc= -github.com/phrase/phrase-go/v3 v3.4.1/go.mod h1:s0uOYiXLxKAYlaIS6TbKv3efkKFUlY4OB6OL+VgvK90= +github.com/phrase/phrase-go/v3 v3.5.0 h1:zviffIun5A10PNnnSV0ynHjs+VRY7fc9xXVtNOjkm3o= +github.com/phrase/phrase-go/v3 v3.5.0/go.mod h1:s0uOYiXLxKAYlaIS6TbKv3efkKFUlY4OB6OL+VgvK90= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI=