Skip to content

Commit

Permalink
chore(master): release ruby 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phrase-bot committed Dec 18, 2024
1 parent c3bd8ec commit 4efab0b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions clients/ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.0.0](https://github.com/phrase/openapi/compare/ruby-v3.7.1...ruby-v4.0.0) (2024-12-18)


### ⚠ BREAKING CHANGES

* Remove old Git sync endpoints. Replaced with new repo sync ([#735](https://github.com/phrase/openapi/issues/735))

### Features

* **API:** Add 'default_encoding' documentation ([#733](https://github.com/phrase/openapi/issues/733)) ([0139c51](https://github.com/phrase/openapi/commit/0139c51da747fbe7bc9929bcf3534aad7f22f39a))
* Remove old Git sync endpoints. Replaced with new repo sync ([#735](https://github.com/phrase/openapi/issues/735)) ([c3bd8ec](https://github.com/phrase/openapi/commit/c3bd8eccaabcfa1b1066ea4438971ac59833af46))

## [3.7.1](https://github.com/phrase/openapi/compare/ruby-v3.7.0...ruby-v3.7.1) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/ruby_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ generatorName: ruby
outputDir: clients/ruby
moduleName: Phrase
gemName: phrase
gemVersion: 3.7.1
gemVersion: 4.0.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
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest-ruby.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.7.1"
".": "4.0.0"
}

0 comments on commit 4efab0b

Please sign in to comment.