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.0 .0"
2+ "." : " 2.1 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 2.1.0 (2025-03-17)
4+
5+ #### Features
6+
7+ * support IDENTITY columns for auto-generated primary keys ([ #352 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/352 ) )
8+ #### Documentation
9+
10+ * add a test to verify that FOR UPDATE can be used ([ #348 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/348 ) )
11+ * update README with the correct supported versions ([ #349 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/349 ) )
12+
313### 2.0.0 (2025-01-23)
414
515### ⚠ BREAKING CHANGES
Original file line number Diff line number Diff line change 55# https://opensource.org/licenses/MIT.
66
77module ActiveRecordSpannerAdapter
8- VERSION = "2.0 .0" . freeze
8+ VERSION = "2.1 .0" . freeze
99end
You can’t perform that action at this time.
0 commit comments