From e1f3a9f4ebbdde4fcb27e3e12123b56edc75abd9 Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 17 Dec 2025 10:58:07 +0100 Subject: [PATCH] chore(main): release go 4.17.0 --- 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 5e3e141c..f49a481c 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.16.0 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.17.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 8a66fedf..c7507a7d 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.17.0](https://github.com/phrase/openapi/compare/go-v4.16.0...go-v4.17.0) (2025-12-17) + + +### Features + +* **go:** Bubble up directories looking for config #SCD-148 ([#985](https://github.com/phrase/openapi/issues/985)) ([5b712e9](https://github.com/phrase/openapi/commit/5b712e93e5df7b9b153bd9a135683af39ff9b7d5)) + ## [4.16.0](https://github.com/phrase/openapi/compare/go-v4.15.0...go-v4.16.0) (2025-12-11) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 7b049ce1..22e573d6 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.16.0 +packageVersion: 4.17.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 a5dd041d..9e5024f2 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.16.0" + ".": "4.17.0" } \ No newline at end of file