From dfa0f9f3b34ed20b0a5d69a0ebeb03788c68d156 Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 18 Dec 2024 11:01:31 +0100 Subject: [PATCH] chore(master): release go 4.0.2 --- 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 a99f0c349..01db1b532 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 v4.0.1 // x-release-please-version + github.com/phrase/phrase-go/v3 v4.0.2 // 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 ba7e768f9..c78341b0b 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.2](https://github.com/phrase/openapi/compare/go-v4.0.1...go-v4.0.2) (2024-12-18) + + +### Bug Fixes + +* **go:** Fix go module in tests ([#740](https://github.com/phrase/openapi/issues/740)) ([d594b38](https://github.com/phrase/openapi/commit/d594b38a015566f6e35a4d058aeee72cd735f275)) + ## [4.0.1](https://github.com/phrase/openapi/compare/go-v4.0.0...go-v4.0.1) (2024-12-18) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index b89880fbc..99dd6b0ba 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.0.1 +packageVersion: 4.0.2 gitUserId: phrase gitRepoId: phrase-go httpUserAgent: Phrase Strings go diff --git a/release-please/manifest-go.json b/release-please/manifest-go.json index 6a37fe2d6..51b15c889 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.0.1" + ".": "4.0.2" } \ No newline at end of file