From 3c1fb4a4c7d3fef9efde5120bef08b72451e0d2f Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 21 Feb 2025 14:17:01 +0100 Subject: [PATCH] chore(main): release go 4.3.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 16a8ce44..788827a7 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.2.0 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.3.0 // x-release-please-version github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 gopkg.in/yaml.v2 v2.4.0 diff --git a/clients/go/CHANGELOG.md b/clients/go/CHANGELOG.md index 8d058572..376ec56e 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.3.0](https://github.com/phrase/openapi/compare/go-v4.2.0...go-v4.3.0) (2025-02-21) + + +### Features + +* **API:** add updated_since filter to job list #STRINGS-1555 ([#799](https://github.com/phrase/openapi/issues/799)) ([dc9b6ed](https://github.com/phrase/openapi/commit/dc9b6ed12e013231d397820449086c87fea2f8ba)) + ## [4.2.0](https://github.com/phrase/openapi/compare/go-v4.1.0...go-v4.2.0) (2025-02-17) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index a1d1858b..0424a8d6 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.2.0 +packageVersion: 4.3.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 bd7f3844..29102aeb 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.2.0" + ".": "4.3.0" } \ No newline at end of file