From c150d6e4362c2c620477e356c2e7f4b22dae105d Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 27 Jan 2026 14:57:31 +0100 Subject: [PATCH] chore(main): release go 4.19.0 --- clients/cli/go.mod | 2 +- clients/go/CHANGELOG.md | 14 ++++++++++++++ openapi-generator/go_lang.yaml | 2 +- release-please/manifest-go.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/clients/cli/go.mod b/clients/cli/go.mod index ddbec071..b4d1c54a 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.18.1 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.19.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 667f6a41..edeaa9cd 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.19.0](https://github.com/phrase/strings-openapi/compare/go-v4.18.1...go-v4.19.0) (2026-01-27) + + +### Features + +* **API:** Accept branch param in RepoSyncs#import ([#1035](https://github.com/phrase/strings-openapi/issues/1035)) ([fdfd542](https://github.com/phrase/strings-openapi/commit/fdfd54203510f94d546d771e1eeb6f4cc40f9b06)) +* **API:** creating upload batches #SCD-687 ([#1022](https://github.com/phrase/strings-openapi/issues/1022)) ([83f5a41](https://github.com/phrase/strings-openapi/commit/83f5a411f1ebc63d26cdce0729093aa517d79b62)) +* **go:** More accurate config section naming #SCD-687 ([#1037](https://github.com/phrase/strings-openapi/issues/1037)) ([65e1f24](https://github.com/phrase/strings-openapi/commit/65e1f248643c8fa835c974db255ff0255c1893af)) + + +### Bug Fixes + +* remove project from account locales ([#1025](https://github.com/phrase/strings-openapi/issues/1025)) ([06b780f](https://github.com/phrase/strings-openapi/commit/06b780f91d2fe22a22ec821aa18968ed3b50510a)) + ## [4.18.1](https://github.com/phrase/strings-openapi/compare/go-v4.18.0...go-v4.18.1) (2026-01-16) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 1efd9eed..59207a9b 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.18.1 +packageVersion: 4.19.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 c001c077..647ed9ca 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.18.1" + ".": "4.19.0" } \ No newline at end of file