Skip to content

Commit 23a07b1

Browse files
chore(main): release 0.3.1 (#115)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0e97032 commit 23a07b1

6 files changed

Lines changed: 22 additions & 7 deletions

File tree

.claude-plugin/plugin.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.3.0",
3+
"version": "0.3.1",
44
"description": "Connect and interact with Spanner data using natural language.",
55
"author": {
66
"name": "Google LLC",

.codex-plugin/plugin.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.3.0",
3+
"version": "0.3.1",
44
"description": "Connect and interact with Spanner data using natural language.",
55
"author": {
66
"name": "Google LLC",

.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.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

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

3+
## [0.3.1](https://github.com/gemini-cli-extensions/spanner/compare/0.3.0...0.3.1) (2026-05-07)
4+
5+
6+
### Features
7+
8+
* Add support for HTTPS/TLS listener ([mcp-toolbox#​3126](https://redirect.github.com/googleapis/mcp-toolbox/issues/3126)) ([8bc385d](https://redirect.github.com/googleapis/mcp-toolbox/commit/8bc385d7d6fd9ed2ad13503d9feb503de0b512b1)) ([0e97032](https://github.com/gemini-cli-extensions/spanner/commit/0e97032c469f14e58e177d1c523e94cb2217df51))
9+
10+
11+
### Bug Fixes
12+
13+
* **mcp:** Implement router-level logger injection for MCP auth ([mcp-toolbox#​3067](https://redirect.github.com/googleapis/mcp-toolbox/issues/3067)) ([ccc7cf5](https://redirect.github.com/googleapis/mcp-toolbox/commit/ccc7cf5ee8a1bacb6b57faf41ae5a1cc3da5299e)) ([0e97032](https://github.com/gemini-cli-extensions/spanner/commit/0e97032c469f14e58e177d1c523e94cb2217df51))
14+
* Allow converting string literal block with list ([mcp-toolbox#​3050](https://redirect.github.com/googleapis/mcp-toolbox/issues/3050)) ([36ab2a9](https://redirect.github.com/googleapis/mcp-toolbox/commit/36ab2a98f9f2d03c27eea389d2281bfc4581ffa1)), closes [mcp-toolbox#​3023](https://redirect.github.com/googleapis/mcp-toolbox/issues/3023) ([0e97032](https://github.com/gemini-cli-extensions/spanner/commit/0e97032c469f14e58e177d1c523e94cb2217df51))
15+
* Prevent test.db from being created during unit tests ([mcp-toolbox#​3042](https://redirect.github.com/googleapis/mcp-toolbox/issues/3042)) ([d10d2ca](https://redirect.github.com/googleapis/mcp-toolbox/commit/d10d2caeb7c9eda7d17d6dbd9f63363b2bc23a7a)) ([0e97032](https://github.com/gemini-cli-extensions/spanner/commit/0e97032c469f14e58e177d1c523e94cb2217df51))
16+
* Remove hardcoded \* allowed origin for sse ([mcp-toolbox#​3054](https://redirect.github.com/googleapis/mcp-toolbox/issues/3054)) ([c4c7bd9](https://redirect.github.com/googleapis/mcp-toolbox/commit/c4c7bd917e686de68e2be866cfe3872c3439efae)) ([0e97032](https://github.com/gemini-cli-extensions/spanner/commit/0e97032c469f14e58e177d1c523e94cb2217df51))
17+
318
## [0.3.0](https://github.com/gemini-cli-extensions/spanner/compare/0.2.6...0.3.0) (2026-04-15)
419

520

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ claude
122122
**3. Add the marketplace:**
123123

124124
```bash
125-
/plugin marketplace add https://github.com/gemini-cli-extensions/spanner.git#0.3.0
125+
/plugin marketplace add https://github.com/gemini-cli-extensions/spanner.git#0.3.1
126126
```
127127

128128
**4. Install the plugin:**
@@ -141,7 +141,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
141141
**1. Clone the Repo:**
142142

143143
```bash
144-
git clone --branch 0.3.0 git@github.com:gemini-cli-extensions/spanner.git
144+
git clone --branch 0.3.1 git@github.com:gemini-cli-extensions/spanner.git
145145
```
146146

147147
**2. Install the plugin:**
@@ -190,7 +190,7 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify
190190
**1. Clone the Repo:**
191191

192192
```bash
193-
git clone --branch 0.3.0 https://github.com/gemini-cli-extensions/spanner.git
193+
git clone --branch 0.3.1 https://github.com/gemini-cli-extensions/spanner.git
194194
```
195195

196196
**2. Install the skills:**

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.3.0",
3+
"version": "0.3.1",
44
"description": "Connect and interact with Spanner data using natural language.",
55
"contextFileName": "SPANNER.md",
66
"settings": [

0 commit comments

Comments
 (0)