From 7cb8e91af8dba5a023ca39d81f4ddf364e4d102e Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 9 Sep 2024 09:45:19 +0200 Subject: [PATCH] chore(master): release ruby 3.5.0 --- clients/ruby/CHANGELOG.md | 7 +++++++ openapi-generator/ruby_lang.yaml | 2 +- release-please/manifest-ruby.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/ruby/CHANGELOG.md b/clients/ruby/CHANGELOG.md index be58d138..c07918a2 100644 --- a/clients/ruby/CHANGELOG.md +++ b/clients/ruby/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.5.0](https://github.com/phrase/openapi/compare/ruby-v3.4.0...ruby-v3.5.0) (2024-09-09) + + +### Features + +* Add update_translations_on_source_match ([#670](https://github.com/phrase/openapi/issues/670)) ([11003ac](https://github.com/phrase/openapi/commit/11003ace7353bf99893482ca4aa32214abf3e581)) + ## [3.4.0](https://github.com/phrase/openapi/compare/ruby-v3.3.0...ruby-v3.4.0) (2024-07-25) diff --git a/openapi-generator/ruby_lang.yaml b/openapi-generator/ruby_lang.yaml index d704ba57..9f31ca7e 100644 --- a/openapi-generator/ruby_lang.yaml +++ b/openapi-generator/ruby_lang.yaml @@ -3,7 +3,7 @@ generatorName: ruby outputDir: clients/ruby moduleName: Phrase gemName: phrase -gemVersion: 3.4.0 +gemVersion: 3.5.0 gemDescription: Phrase Strings is a translation management platform for software projects. gemSummary: >- You can collaborate on language file translation with your team or order diff --git a/release-please/manifest-ruby.json b/release-please/manifest-ruby.json index 2437b419..bf0d0361 100644 --- a/release-please/manifest-ruby.json +++ b/release-please/manifest-ruby.json @@ -1,3 +1,3 @@ { - ".": "3.4.0" + ".": "3.5.0" } \ No newline at end of file