File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
lib/activerecord_spanner_adapter Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.4 .0"
2+ "." : " 2.5 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 2.5.0 (2026-02-11)
4+
5+ #### Features
6+
7+ * add support for the UUID data type ([ #387 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/387 ) )
8+ * support ActiveRecord 8.1.x ([ #385 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/385 ) )
9+ #### Documentation
10+
11+ * update README to reflect support for Rails 8.1.x ([ #388 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/388 ) )
12+
313### 2.4.0 (2026-02-04)
414
515#### Features
Original file line number Diff line number Diff line change 55# https://opensource.org/licenses/MIT.
66
77module ActiveRecordSpannerAdapter
8- VERSION = "2.4 .0" . freeze
8+ VERSION = "2.5 .0" . freeze
99end
You can’t perform that action at this time.
0 commit comments