Skip to content

Commit 10694a8

Browse files
committed
relase version 2.8.0
1 parent 03fb485 commit 10694a8

File tree

9 files changed

+12
-8
lines changed

9 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 2.8.0 (2026-01-22)
6+
* Added: Add support `attributes_for_inspect` on ActiveType::Object.
7+
Tanks to @makmic.
8+
59
## 2.7.1 (2025-11-03)
610
* Fixed: Removed some unnecessary files from the packaged gem. Gets rid of symlink warnings during installation.
711

Gemfile.7.1.sqlite3.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.1)
4+
active_type (2.8.0)
55
activerecord (>= 6.1)
66

77
GEM

Gemfile.7.2.mysql2.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.1)
4+
active_type (2.8.0)
55
activerecord (>= 6.1)
66

77
GEM

Gemfile.7.2.pg.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.1)
4+
active_type (2.8.0)
55
activerecord (>= 6.1)
66

77
GEM

Gemfile.7.2.sqlite3.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.1)
4+
active_type (2.8.0)
55
activerecord (>= 6.1)
66

77
GEM

Gemfile.8.0.sqlite3.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.1)
4+
active_type (2.8.0)
55
activerecord (>= 6.1)
66

77
GEM

Gemfile.8.1.pg.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.1)
4+
active_type (2.8.0)
55
activerecord (>= 6.1)
66

77
GEM

Gemfile.8.1.sqlite3.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.1)
4+
active_type (2.8.0)
55
activerecord (>= 6.1)
66

77
GEM

lib/active_type/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveType
4-
VERSION = '2.7.1'
4+
VERSION = '2.8.0'
55
end

0 commit comments

Comments
 (0)