From e2a434390cb978b97dd05c7e9a61745709e34a23 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 6 Feb 2026 15:07:19 +0100 Subject: [PATCH] chore(main): release ruby 4.17.0 --- clients/ruby/CHANGELOG.md | 14 ++++++++++++++ openapi-generator/ruby_lang.yaml | 2 +- release-please/manifest-ruby.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/clients/ruby/CHANGELOG.md b/clients/ruby/CHANGELOG.md index 7bcce1f8..63197c66 100644 --- a/clients/ruby/CHANGELOG.md +++ b/clients/ruby/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.17.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.16.1...ruby-v4.17.0) (2026-02-06) + + +### Features + +* **API:** Accept branch param in RepoSyncs#import ([#1035](https://github.com/phrase/strings-openapi/issues/1035)) ([fdfd542](https://github.com/phrase/strings-openapi/commit/fdfd54203510f94d546d771e1eeb6f4cc40f9b06)) +* **API:** add pr_branch param to repo-sync export #SCD-594 ([#978](https://github.com/phrase/strings-openapi/issues/978)) ([7c3c19f](https://github.com/phrase/strings-openapi/commit/7c3c19fa6b7254315ce48a1ad420b97d529dbd9a)) +* **API:** creating upload batches #SCD-687 ([#1022](https://github.com/phrase/strings-openapi/issues/1022)) ([83f5a41](https://github.com/phrase/strings-openapi/commit/83f5a411f1ebc63d26cdce0729093aa517d79b62)) + + +### Bug Fixes + +* remove project from account locales ([#1025](https://github.com/phrase/strings-openapi/issues/1025)) ([06b780f](https://github.com/phrase/strings-openapi/commit/06b780f91d2fe22a22ec821aa18968ed3b50510a)) + ## [4.16.1](https://github.com/phrase/strings-openapi/compare/ruby-v4.16.0...ruby-v4.16.1) (2026-01-16) diff --git a/openapi-generator/ruby_lang.yaml b/openapi-generator/ruby_lang.yaml index fce50be9..fc35fd5f 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: 4.16.1 +gemVersion: 4.17.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 77547422..9e5024f2 100644 --- a/release-please/manifest-ruby.json +++ b/release-please/manifest-ruby.json @@ -1,3 +1,3 @@ { - ".": "4.16.1" + ".": "4.17.0" } \ No newline at end of file