Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 7323fca

Browse files
chore(main): release 1.10.1
1 parent 41905e2 commit 7323fca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.10.1](https://github.com/googleapis/python-spanner-sqlalchemy/compare/v1.10.0...v1.10.1) (2025-05-02)
4+
5+
6+
### Bug Fixes
7+
8+
* Include schema when creating indices ([#637](https://github.com/googleapis/python-spanner-sqlalchemy/issues/637)) ([41905e2](https://github.com/googleapis/python-spanner-sqlalchemy/commit/41905e21b5b6473d5dbf75d40db765ebf48235dc))
9+
310
## [1.10.0](https://github.com/googleapis/python-spanner-sqlalchemy/compare/v1.9.0...v1.10.0) (2025-03-17)
411

512

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license that can be found in the LICENSE file or at
55
# https://developers.google.com/open-source/licenses/bsd
66

7-
__version__ = "1.10.0"
7+
__version__ = "1.10.1"

0 commit comments

Comments
 (0)