Skip to content

Commit

Permalink
v0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
catks committed Jan 19, 2024
1 parent c8fce42 commit c0073b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# master (not released yet)

## v0.15.4

* Revert breaking changes from 0.15.1 and 0.15.2
* Keep backport fix from v0.15.3 (https://github.com/toptal/granite/pull/113)

## v0.15.3

* Fix in_transaction collisions with other gems (https://github.com/toptal/granite/pull/113)
Expand All @@ -12,7 +17,7 @@
# 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.
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
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.15.3'.freeze
VERSION = '0.15.4'.freeze
end

0 comments on commit c0073b8

Please sign in to comment.