From 412379c2b0c3adf904b040d1aa5ccfe950d59565 Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 6 May 2026 15:06:48 +0200 Subject: [PATCH 1/2] chore(main): release ruby 4.21.0 --- clients/ruby/CHANGELOG.md | 8 ++++++++ openapi-generator/ruby_lang.yaml | 2 +- release-please/manifest-ruby.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/clients/ruby/CHANGELOG.md b/clients/ruby/CHANGELOG.md index bf721a12..784916db 100644 --- a/clients/ruby/CHANGELOG.md +++ b/clients/ruby/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.21.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.20.0...ruby-v4.21.0) (2026-05-06) + + +### Features + +* **repo_syncs:** add API docs for create endpoint [SCD-933] ([#1113](https://github.com/phrase/strings-openapi/issues/1113)) ([3f65e16](https://github.com/phrase/strings-openapi/commit/3f65e16f6aeb074b933c7d7899197a1884c32865)) +* **SCM-1430:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) + ## [4.20.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.19.0...ruby-v4.20.0) (2026-04-27) diff --git a/openapi-generator/ruby_lang.yaml b/openapi-generator/ruby_lang.yaml index 43b22132..11edb55d 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.20.0 +gemVersion: 4.21.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 88e4c443..b9e06599 100644 --- a/release-please/manifest-ruby.json +++ b/release-please/manifest-ruby.json @@ -1,3 +1,3 @@ { - ".": "4.20.0" + ".": "4.21.0" } \ No newline at end of file From f94beedbd396b3d296d10fd21ec0f180c63a34ce Mon Sep 17 00:00:00 2001 From: Hassan Ahmed Date: Wed, 6 May 2026 15:15:06 +0200 Subject: [PATCH 2/2] fix(ruby): rename SCM-1430 to tags in changelog --- clients/ruby/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/ruby/CHANGELOG.md b/clients/ruby/CHANGELOG.md index 784916db..1667d94a 100644 --- a/clients/ruby/CHANGELOG.md +++ b/clients/ruby/CHANGELOG.md @@ -6,7 +6,7 @@ ### Features * **repo_syncs:** add API docs for create endpoint [SCD-933] ([#1113](https://github.com/phrase/strings-openapi/issues/1113)) ([3f65e16](https://github.com/phrase/strings-openapi/commit/3f65e16f6aeb074b933c7d7899197a1884c32865)) -* **SCM-1430:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) +* **tags:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) ## [4.20.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.19.0...ruby-v4.20.0) (2026-04-27)