Skip to content

Commit

Permalink
releasing 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed Apr 21, 2021
1 parent fb1d618 commit 31b884f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.6.0

* Support ruby-3 by using `Representable::Option` to handle `keyword_arguments` forwarding :tada:
* Upgrade `representable` and `disposable` dependencies which uses `trailblazer-option` over `declarative-option`.
* Deprecate populator's callable signature which accepts `form` as a separate positional argument. Make all callable (proc, method, `Uber::Callable`) signatures identical.

## 2.5.0
* fix memory leak with Dry validation (#525)

Expand Down
2 changes: 1 addition & 1 deletion lib/reform/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Reform
VERSION = "2.5.0".freeze
VERSION = "2.6.0".freeze
end

0 comments on commit 31b884f

Please sign in to comment.