Skip to content

Commit 662cb79

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.1.2...v3.0.0) (2024-05-21) * BREAKING CHANGE: Use ruby 2.7 'Forward all arguments' syntax: (...) to forward arguments (#78) ([99ae28e](99ae28e)), closes [#78](#78) ### BREAKING CHANGES * Hash arguments will throw an error. Keyword arguments must be used instead.
1 parent 99ae28e commit 662cb79

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [3.0.0](https://github.com/phrase/phraseapp-in-context-editor-ruby/compare/v2.1.2...v3.0.0) (2024-05-21)
2+
3+
4+
* BREAKING CHANGE: Use ruby 2.7 'Forward all arguments' syntax: (...) to forward arguments (#78) ([99ae28e](https://github.com/phrase/phraseapp-in-context-editor-ruby/commit/99ae28e2f6fea0ba2ba0eec6eca54a043e21d121)), closes [#78](https://github.com/phrase/phraseapp-in-context-editor-ruby/issues/78)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* Hash arguments will throw an error. Keyword arguments must be used instead.
10+
111
## [2.1.2](https://github.com/phrase/phraseapp-in-context-editor-ruby/compare/v2.1.1...v2.1.2) (2024-05-21)
212

313

0 commit comments

Comments
 (0)