Skip to content

Commit

Permalink
Prepare 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
id-ilych committed Oct 9, 2023
1 parent 108aa62 commit 64e6fcf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# master

## Next

## v0.5.0

* Support for ruby 3.2 by @konalegi in https://github.com/toptal/granite-form/pull/22
* Fix deprecated #to_s method by @mpiask in https://github.com/toptal/granite-form/pull/24
* Support for Rails 7.1 by @ojab in https://github.com/toptal/granite-form/pull/25
* [BREAKING] Drop support for Rails < 6.0 by @ojab in https://github.com/toptal/granite-form/pull/25

## v0.4.0

* [BREAKING] Drop support for taking `model` as first argument in default/readonly/enum/normalize. This means that `default: -> (model) { model.other_field}` is no longer supported and should be replaced with `default: -> { other_field }`.
Expand Down
2 changes: 1 addition & 1 deletion lib/granite/form/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Granite
module Form
VERSION = '0.4.0'.freeze
VERSION = '0.5.0'.freeze
end
end

0 comments on commit 64e6fcf

Please sign in to comment.