Skip to content

Commit

Permalink
Release version 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martinschaflitzl1 committed Dec 14, 2023
1 parent 9d97130 commit 3922554
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.3.4 (2023-05-11)

* Fixed: ActiveType.cast preserves `.strict_loading?` and `.readonly?`

## 2.3.3 (2023-05-11)

* Fixed: `accepts_nested_attributes_for` ignores virtual attributes. Thanks to @nalabjp.
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.3.3)
active_type (2.3.4)
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.3.3)
active_type (2.3.4)
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.3.3)
active_type (2.3.4)
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.3.3)
active_type (2.3.4)
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.3.3)
active_type (2.3.4)
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.3.3)
active_type (2.3.4)
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.3.3)
active_type (2.3.4)
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.3.3)
active_type (2.3.4)
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.3.3'
VERSION = '2.3.4'
end

0 comments on commit 3922554

Please sign in to comment.