Skip to content

Commit f24f7fd

Browse files
chore(main): release 0.9.0
1 parent 67b3950 commit f24f7fd

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [0.9.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.8.2...v0.9.0) (2025-07-21)
4+
5+
6+
### Features
7+
8+
* Graph_name validation on graph store construction ([#162](https://github.com/googleapis/langchain-google-spanner-python/issues/162)) ([c753a74](https://github.com/googleapis/langchain-google-spanner-python/commit/c753a747f600582f14503d6ed29281a50f997b34))
9+
* **graph:** Handle cases when a single table is multiplexed by multi… ([#169](https://github.com/googleapis/langchain-google-spanner-python/issues/169)) ([f99c115](https://github.com/googleapis/langchain-google-spanner-python/commit/f99c1153901fddb6f5f28dba89c9a871910bd7db))
10+
11+
12+
### Bug Fixes
13+
14+
* **graph:** 'verified_gql' exception ([9940b86](https://github.com/googleapis/langchain-google-spanner-python/commit/9940b86bb2c8a21961f6abf77612afc4c8168f77))
15+
16+
17+
### Documentation
18+
19+
* Correct spelling of Spanner in README.rst ([#179](https://github.com/googleapis/langchain-google-spanner-python/issues/179)) ([a32aade](https://github.com/googleapis/langchain-google-spanner-python/commit/a32aade70a2b6029e7323ecf0498a4b0624e5f13))
20+
321
## [0.8.2](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.8.1...v0.8.2) (2025-03-12)
422

523

src/langchain_google_spanner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.8.2"
15+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)