Skip to content

Commit e9a830f

Browse files
chore(main): release activerecord-spanner-adapter 2.1.0 (#351)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 548a451 commit e9a830f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

lib/activerecord_spanner_adapter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# https://opensource.org/licenses/MIT.
66

77
module ActiveRecordSpannerAdapter
8-
VERSION = "2.0.0".freeze
8+
VERSION = "2.1.0".freeze
99
end

0 commit comments

Comments
 (0)