Skip to content

Commit

Permalink
release version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinschaflitzl1 committed Jan 8, 2024
1 parent deddc64 commit ead23dc
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 2.4.1 (2024-01-08)

* Fixed: Calling `#attributes` on the base record after a cast works now and does not throw a `MutationAfterCastError`

## 2.4.0 (2023-12-22)
* Added: You can implement an `#after_cast` that is called with the original record when calling `ActiveType.cast`.
Thanks to @MaximilianoGarciaRoe.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5.2.mysql2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.4.0)
active_type (2.4.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5.2.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.4.0)
active_type (2.4.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5.2.sqlite3.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.4.0)
active_type (2.4.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.6.0.sqlite3.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.4.0)
active_type (2.4.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.6.1.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.4.0)
active_type (2.4.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.6.1.sqlite3.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.4.0)
active_type (2.4.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7.0.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.4.0)
active_type (2.4.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7.0.sqlite3.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.4.0)
active_type (2.4.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/active_type/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveType
VERSION = '2.4.0'
VERSION = '2.4.1'
end

0 comments on commit ead23dc

Please sign in to comment.