Skip to content

Commit

Permalink
release version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kratob committed Jan 17, 2025
1 parent fe1fc7c commit cbb28ed
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## 2.6.1 (2025-01-17)

* Fixed: Issue with `ActiveType::Object` when using has_many on Rails 7.2.
Thanks to @corableus.

## 2.6.0 (2024-12-20)

* Drop support for Rails < 5, Ruby < 2.7.

## 2.5.1 (2024-08-14)

* Fixed: Make `ActiveType::Object` work on Rails 7.2.
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.6.0)
active_type (2.6.1)
activerecord (>= 6.1)

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.6.0)
active_type (2.6.1)
activerecord (>= 6.1)

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

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

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

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

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

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

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.6.0'
VERSION = '2.6.1'
end

0 comments on commit cbb28ed

Please sign in to comment.