Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions clients/go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/go_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest-go.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.14.1"
".": "4.15.0"
}
Loading