Skip to content

Commit

Permalink
v2.0.1 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Jun 6, 2021
1 parent 02dfc7f commit 47c5a4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WaterDrop changelog

## Unreleased
## 2.0.1 (2021-06-05)
- Remove Ruby 2.5 support and update minimum Ruby requirement to 2.6
- Fix the `finalizer references object to be finalized` warning issued with 3.0

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
waterdrop (2.0.0)
waterdrop (2.0.1)
concurrent-ruby (>= 1.1)
dry-configurable (~> 0.8)
dry-monitor (~> 0.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/water_drop/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# WaterDrop library
module WaterDrop
# Current WaterDrop version
VERSION = '2.0.0'
VERSION = '2.0.1'
end

0 comments on commit 47c5a4c

Please sign in to comment.