From 9062155dbce0a9a9ad07f1020468047f42a25433 Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 25 Jun 2024 15:01:26 +0200 Subject: [PATCH] chore(master): release go 3.3.0 (#646) --- clients/cli/go.mod | 2 +- clients/go/CHANGELOG.md | 7 +++++++ openapi-generator/go_lang.yaml | 2 +- release-please/manifest-go.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 21a065db..daf93ba8 100644 --- a/clients/cli/go.mod +++ b/clients/cli/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.2.1 // x-release-please-version + github.com/phrase/phrase-go/v3 v3.3.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/clients/go/CHANGELOG.md b/clients/go/CHANGELOG.md index fdfbc199..133ff867 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/phrase/openapi/compare/go-v3.2.1...go-v3.3.0) (2024-06-25) + + +### Features + +* **API:** Async downloads [TSI-2515] ([#642](https://github.com/phrase/openapi/issues/642)) ([6fcab5d](https://github.com/phrase/openapi/commit/6fcab5d4719f64e8e5dd49c327dc9348b384de4c)) + ## [3.2.1](https://github.com/phrase/openapi/compare/go-v3.2.0...go-v3.2.1) (2024-06-18) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index cfff600a..806798a8 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: 3.2.1 +packageVersion: 3.3.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 a9e40ee0..ff1c7af5 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "3.2.1" + ".": "3.3.0" } \ No newline at end of file