Skip to content

Commit ea0965e

Browse files
chore(main): release 0.2.0 (#66)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5215916 commit ea0965e

3 files changed

Lines changed: 13 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-
".": "0.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/gemini-cli-extensions/spanner/compare/0.1.1...0.2.0) (2025-11-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **tools/spanner-list-tables:** Unmarshal `object_details` json string into map to make response have nested json ([genai-toolbox#​1894](https://redirect.github.com/googleapis/genai-toolbox/issues/1894)) ([446d62a](https://redirect.github.com/googleapis/genai-toolbox/commit/446d62acd995d5128f52e9db254dd1c7138227c6))
9+
10+
### Features
11+
12+
* **tools/spanner-list-tables:** Unmarshal `object_details` json string into map to make response have nested json ([genai-toolbox#​1894](https://redirect.github.com/googleapis/genai-toolbox/issues/1894)) ([446d62a](https://redirect.github.com/googleapis/genai-toolbox/commit/446d62acd995d5128f52e9db254dd1c7138227c6)) ([5215916](https://github.com/gemini-cli-extensions/spanner/commit/52159168bde85bda8e6094780362083cd6b929eb))
13+
314
## [0.1.1](https://github.com/gemini-cli-extensions/spanner/compare/0.1.0...0.1.1) (2025-09-30)
415

516

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spanner",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Connect and interact with Spanner data using natural language.",
55
"mcpServers": {
66
"spanner": {

0 commit comments

Comments
 (0)