Skip to content

Commit

Permalink
prepare v2.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jul 28, 2024
1 parent dbbd948 commit 8a28550
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.7.1 (2024-07-28)

* Stop monkey-patching String with #snakecase by @mchu in https://github.com/savonrb/nori/pull/102

# 2.7.0 (2024-02-13)

* Added support for ruby 3.1, 3.2, 3.3. Dropped support for ruby 2.7 and below.
Expand Down
2 changes: 1 addition & 1 deletion lib/nori/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Nori
VERSION = '2.7.0'
VERSION = '2.7.1'
end

0 comments on commit 8a28550

Please sign in to comment.