From 1a684aa46c059a360aabe65b2db22aa223cbbb84 Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 2 Dec 2025 09:07:26 +0100 Subject: [PATCH] chore(main): release go 4.15.0 --- clients/cli/go.mod | 2 +- clients/go/CHANGELOG.md | 8 ++++++++ openapi-generator/go_lang.yaml | 2 +- release-please/manifest-go.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 0150b547..d4f4aef3 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.14.1 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.15.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 02f998dc..7b700eaf 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.15.0](https://github.com/phrase/openapi/compare/go-v4.14.1...go-v4.15.0) (2025-12-02) + + +### Features + +* **API:** add manual triggering of automations #SCM-953 ([#968](https://github.com/phrase/openapi/issues/968)) ([ebe1c68](https://github.com/phrase/openapi/commit/ebe1c68e472d87ea6c6cd2f76bb421406c30a274)) +* **API:** add use_locale_fallback option to download #SCD-620 ([#976](https://github.com/phrase/openapi/issues/976)) ([9266c68](https://github.com/phrase/openapi/commit/9266c680d8717bb736aed83625858f0b3419da54)) + ## [4.14.1](https://github.com/phrase/openapi/compare/go-v4.14.0...go-v4.14.1) (2025-11-10) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 14f426ad..a0242b28 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.14.1 +packageVersion: 4.15.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 7a0ae8af..34f6b414 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.14.1" + ".": "4.15.0" } \ No newline at end of file