Skip to content

Commit 2ab32da

Browse files
chore(main): release activerecord-spanner-adapter 2.0.0 (#339)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ee58cb7 commit 2ab32da

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.8.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
### 2.0.0 (2025-01-23)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* drop support for Rails 6.1 ([#346](https://github.com/googleapis/ruby-spanner-activerecord/issues/346))
8+
* deserialize BYTES to StringIO ([#343](https://github.com/googleapis/ruby-spanner-activerecord/issues/343))
9+
10+
#### Features
11+
12+
* drop support for Rails 6.1 ([#346](https://github.com/googleapis/ruby-spanner-activerecord/issues/346))
13+
* support Rails 8.0 ([#331](https://github.com/googleapis/ruby-spanner-activerecord/issues/331))
14+
#### Bug Fixes
15+
16+
* deserialize BYTES to StringIO ([#343](https://github.com/googleapis/ruby-spanner-activerecord/issues/343))
17+
#### Documentation
18+
19+
* add rails dbconsole to list of limitations ([#224](https://github.com/googleapis/ruby-spanner-activerecord/issues/224))
20+
321
### 1.8.0 (2024-12-12)
422

523
#### Features

lib/activerecord_spanner_adapter/version.rb

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

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

0 commit comments

Comments
 (0)