Skip to content

Commit d42dc42

Browse files
authored
chore(master): release ruby 3.0.0 (#592)
1 parent 38ad147 commit d42dc42

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

clients/ruby/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/phrase/openapi/compare/ruby-v2.26.0...ruby-v3.0.0) (2024-04-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add missing required params ([#571](https://github.com/phrase/openapi/issues/571))
9+
10+
### Code Refactoring
11+
12+
* add missing required params ([#571](https://github.com/phrase/openapi/issues/571)) ([d810e9e](https://github.com/phrase/openapi/commit/d810e9ebc767e14ba9e56106de8c5774d9d6d178))
13+
314
## [2.26.0](https://github.com/phrase/openapi/compare/ruby-v2.25.0...ruby-v2.26.0) (2024-04-22)
415

516

openapi-generator/ruby_lang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ generatorName: ruby
33
outputDir: clients/ruby
44
moduleName: Phrase
55
gemName: phrase
6-
gemVersion: 2.26.0
6+
gemVersion: 3.0.0
77
gemDescription: Phrase Strings is a translation management platform for software projects.
88
gemSummary: >-
99
You can collaborate on language file translation with your team or order

release-please/manifest-ruby.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.26.0"
2+
".": "3.0.0"
33
}

0 commit comments

Comments
 (0)