From 8820f2efadedee46eaa0b56810f6f0999af16916 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 26 May 2026 20:20:56 +0000
Subject: [PATCH] chore(main): release 0.2.2
---
.claude-plugin/plugin.json | 2 +-
.codex-plugin/plugin.json | 2 +-
.release-please-manifest.json | 2 +-
CHANGELOG.md | 7 +++++++
README.md | 14 +++++++-------
gemini-extension.json | 2 +-
6 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index 0aa4985..eedaa0a 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "oracledb",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Connect, query, and interact with Oracle Databases and their data.",
"author": {
"name": "Google LLC",
diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json
index 0445e19..27f40cb 100644
--- a/.codex-plugin/plugin.json
+++ b/.codex-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "oracledb",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Connect, query, and interact with Oracle Databases and their data within Gemini CLI.",
"author": {
"name": "Google LLC",
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index b06ba91..d66ca57 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.2.1"
+ ".": "0.2.2"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 074633f..86dfbbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.2.2](https://github.com/gemini-cli-extensions/oracledb/compare/0.2.1...0.2.2) (2026-05-26)
+
+
+### Features
+
+* **deps:** update dependency googleapis/mcp-toolbox to v1.3.0 ([#43](https://github.com/gemini-cli-extensions/oracledb/issues/43)) ([5623910](https://github.com/gemini-cli-extensions/oracledb/commit/56239109760fd8ea838a56c946400347467bfa6d))
+
## [0.2.1](https://github.com/gemini-cli-extensions/oracledb/compare/0.2.0...0.2.1) (2026-05-11)
diff --git a/README.md b/README.md
index 79c4624..1c01c01 100644
--- a/README.md
+++ b/README.md
@@ -74,8 +74,8 @@ For the latest version, check the [releases page][releases].
💡 Tip — Migrating from Gemini CLI?
@@ -94,7 +94,7 @@ See Migrating from Gemi **1. Clone the Repo:** ```bash -git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/oracledb.git +git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/oracledb.git ``` **2. Install the skills:** @@ -119,7 +119,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th **1. Clone the Repo:** ```bash -git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/oracledb.git +git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/oracledb.git ``` **2. Install the skills:** @@ -156,7 +156,7 @@ claude **3. Add the marketplace:** ```bash -/plugin marketplace add https://github.com/gemini-cli-extensions/oracledb.git#0.2.1 +/plugin marketplace add https://github.com/gemini-cli-extensions/oracledb.git#0.2.2 ``` **4. Install the plugin:** @@ -175,7 +175,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or **1. Clone the Repo:** ```bash -git clone --branch 0.2.1 git@github.com:gemini-cli-extensions/oracledb.git +git clone --branch 0.2.2 git@github.com:gemini-cli-extensions/oracledb.git ``` **2. Install the plugin:** @@ -224,7 +224,7 @@ You can install skills using the `npx skills` command. Run the following command in your terminal to automatically download and register the skills: ```bash -npx skills add https://github.com/gemini-cli-extensions/oracledb/tree/0.2.1 +npx skills add https://github.com/gemini-cli-extensions/oracledb/tree/0.2.2 ``` For detailed info check out the [Skills npm package](https://www.npmjs.com/package/skills). diff --git a/gemini-extension.json b/gemini-extension.json index 7defd1d..4350455 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "oracledb", - "version": "0.2.1", + "version": "0.2.2", "description": "Connect, query, and interact with Oracle Databases and their data within Gemini CLI.", "contextFileName": "ORACLEDB.md", "settings": [