Skip to content

Commit f0891d0

Browse files
chore(main): release activerecord-spanner-adapter 1.6.3 (#306)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 961ee1e commit f0891d0

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 1.6.3 (2024-08-31)
4+
5+
#### Bug Fixes
6+
7+
* a few Ruby DSL schema dump bug fixes ([#308](https://github.com/googleapis/ruby-spanner-activerecord/issues/308))
8+
#### Documentation
9+
10+
* update bit-reversed sequence sample ([#303](https://github.com/googleapis/ruby-spanner-activerecord/issues/303))
11+
312
### 1.6.2 (2024-02-19)
413

514
#### Bug Fixes

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 = "1.6.2".freeze
8+
VERSION = "1.6.3".freeze
99
end

0 commit comments

Comments
 (0)