From b95509025b159496f764806d7aae4fb0bd5335bc Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 22 Apr 2024 14:08:57 +0200 Subject: [PATCH] chore(master): release go 2.27.0 (#582) --- 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 142c4437..e9a098dd 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.26.0 // x-release-please-version + github.com/phrase/phrase-go/v2 v2.27.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 91427793..fc961bb6 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.27.0](https://github.com/phrase/openapi/compare/go-v2.26.0...go-v2.27.0) (2024-04-22) + + +### Features + +* Add linked-parent to translation details ([#570](https://github.com/phrase/openapi/issues/570)) ([2c6f432](https://github.com/phrase/openapi/commit/2c6f43253e24b670b71ac810c85dce0759c29403)) + ## [2.26.0](https://github.com/phrase/openapi/compare/go-v2.25.1...go-v2.26.0) (2024-04-17) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 517d9630..2656e252 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: 2.26.0 +packageVersion: 2.27.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 1441304d..4bdf4894 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "2.26.0" + ".": "2.27.0" } \ No newline at end of file