From bced89b8353781cf0edd03bd38345988e039073e Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 30 Oct 2023 16:41:06 +0100 Subject: [PATCH] chore(master): release go 2.17.0 (#450) --- clients/cli/go.mod | 2 +- clients/go/CHANGELOG.md | 7 +++++++ openapi-generator/go_lang.yaml | 4 ++-- release-please/manifest-go.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 36d0575d..fb40e145 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/v2 v2.16.0 // x-release-please-version + github.com/phrase/phrase-go/v2 v2.17.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 597594d2..d932d7e8 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.17.0](https://github.com/phrase/openapi/compare/go-v2.16.0...go-v2.17.0) (2023-10-30) + + +### Features + +* Update openapi-generator to v7 ([#418](https://github.com/phrase/openapi/issues/418)) ([524626f](https://github.com/phrase/openapi/commit/524626f5e914bfef6025d0e1c2cbc7a728d08f56)) + ## [2.16.0](https://github.com/phrase/openapi/compare/go-v2.15.0...go-v2.16.0) (2023-10-23) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 0c326c8a..85e11946 100644 --- a/openapi-generator/go_lang.yaml +++ b/openapi-generator/go_lang.yaml @@ -2,9 +2,9 @@ generatorName: go outputDir: clients/go packageName: phrase -packageVersion: 2.16.0 +packageVersion: 2.17.0 gitUserId: phrase gitRepoId: phrase-go httpUserAgent: Phrase Strings go templateDir: openapi-generator/templates/go -apiNameSuffix: Api \ No newline at end of file +apiNameSuffix: Api diff --git a/release-please/manifest-go.json b/release-please/manifest-go.json index b2585653..c1a7e63f 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "2.16.0" + ".": "2.17.0" } \ No newline at end of file