From 1cf529e86d9cdd0950bd174335a17eec22ecb6e7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 22:25:41 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ README.md | 6 +++--- gemini-extension.json | 2 +- 6 files changed, 22 insertions(+), 7 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index bbbb4ac..1a1db21 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "spanner", - "version": "0.3.0", + "version": "0.3.1", "description": "Connect and interact with Spanner data using natural language.", "author": { "name": "Google LLC", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 7abae4b..d94b39d 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "spanner", - "version": "0.3.0", + "version": "0.3.1", "description": "Connect and interact with Spanner data using natural language.", "author": { "name": "Google LLC", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6b7b74c..cce9240 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ab66c45..5a7b082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.3.1](https://github.com/gemini-cli-extensions/spanner/compare/0.3.0...0.3.1) (2026-05-07) + + +### Features + +* 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)) + + +### Bug Fixes + +* **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)) +* 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)) +* 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)) +* 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)) + ## [0.3.0](https://github.com/gemini-cli-extensions/spanner/compare/0.2.6...0.3.0) (2026-04-15) diff --git a/README.md b/README.md index 11ac6cc..e6c761b 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ claude **3. Add the marketplace:** ```bash -/plugin marketplace add https://github.com/gemini-cli-extensions/spanner.git#0.3.0 +/plugin marketplace add https://github.com/gemini-cli-extensions/spanner.git#0.3.1 ``` **4. Install the plugin:** @@ -141,7 +141,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or **1. Clone the Repo:** ```bash -git clone --branch 0.3.0 git@github.com:gemini-cli-extensions/spanner.git +git clone --branch 0.3.1 git@github.com:gemini-cli-extensions/spanner.git ``` **2. Install the plugin:** @@ -190,7 +190,7 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify **1. Clone the Repo:** ```bash -git clone --branch 0.3.0 https://github.com/gemini-cli-extensions/spanner.git +git clone --branch 0.3.1 https://github.com/gemini-cli-extensions/spanner.git ``` **2. Install the skills:** diff --git a/gemini-extension.json b/gemini-extension.json index c1101a8..52ad195 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "spanner", - "version": "0.3.0", + "version": "0.3.1", "description": "Connect and interact with Spanner data using natural language.", "contextFileName": "SPANNER.md", "settings": [