From 8de54ead9ee41988975f52a27dda2b3b8ca25148 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 13 Mar 2026 07:58:28 +0100 Subject: [PATCH] chore(main): release go 4.20.0 --- clients/cli/go.mod | 2 +- clients/go/CHANGELOG.md | 13 +++++++++++++ openapi-generator/go_lang.yaml | 2 +- release-please/manifest-go.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/clients/cli/go.mod b/clients/cli/go.mod index b4d1c54a..89360c8e 100644 --- a/clients/cli/go.mod +++ b/clients/cli/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.19.0 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.20.0 // x-release-please-version github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.7.1 gopkg.in/yaml.v2 v2.4.0 diff --git a/clients/go/CHANGELOG.md b/clients/go/CHANGELOG.md index edeaa9cd..6ccbb739 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.20.0](https://github.com/phrase/strings-openapi/compare/go-v4.19.0...go-v4.20.0) (2026-03-13) + + +### Features + +* **API:** Add only_content_updates on translations versions ([#977](https://github.com/phrase/strings-openapi/issues/977)) ([57df730](https://github.com/phrase/strings-openapi/commit/57df730023ee736307b619e366bf9c87d9fe0db2)) +* **API:** add pr_branch param to repo-sync export #SCD-594 ([#978](https://github.com/phrase/strings-openapi/issues/978)) ([7c3c19f](https://github.com/phrase/strings-openapi/commit/7c3c19fa6b7254315ce48a1ad420b97d529dbd9a)) + + +### Bug Fixes + +* Add repo url to package.json to fix npm publish ([#1058](https://github.com/phrase/strings-openapi/issues/1058)) ([f021f13](https://github.com/phrase/strings-openapi/commit/f021f1305d1f203033a520e8b7e2f92da00b2fd2)) + ## [4.19.0](https://github.com/phrase/strings-openapi/compare/go-v4.18.1...go-v4.19.0) (2026-01-27) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 59207a9b..5d38be30 100644 --- a/openapi-generator/go_lang.yaml +++ b/openapi-generator/go_lang.yaml @@ -2,7 +2,7 @@ generatorName: go outputDir: clients/go packageName: phrase -packageVersion: 4.19.0 +packageVersion: 4.20.0 gitUserId: phrase gitRepoId: phrase-go httpUserAgent: Phrase Strings go diff --git a/release-please/manifest-go.json b/release-please/manifest-go.json index 647ed9ca..88e4c443 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.19.0" + ".": "4.20.0" } \ No newline at end of file