Skip to content

Commit

Permalink
Bump to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andriusch committed Nov 22, 2022
1 parent 927c94f commit febb617
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# master (not released yet)

# Version 0.15.0

* [BREAKING] Change form builder from ActiveData to Granite::Form. This means Granite no longer depends
on ActiveData, Granite::Form currently is a direct replacement for ActiveData that uses same syntax.
* Add support for detecting types of aliased attributes when using `represents`

# Version 0.14.2

* Fix error existence check on `Granite::Action#merge_errors` in Rails 6.1
Expand Down
2 changes: 1 addition & 1 deletion lib/granite/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Granite
VERSION = '0.14.2'.freeze
VERSION = '0.15.0'.freeze
end

0 comments on commit febb617

Please sign in to comment.