Skip to content

Commit 49bf155

Browse files
chore(main): release 0.2.2
1 parent e8be04b commit 49bf155

6 files changed

Lines changed: 18 additions & 11 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": "oracledb",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Connect, query, and interact with Oracle Databases and their data.",
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": "oracledb",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Connect, query, and interact with Oracle Databases and their data within Gemini CLI.",
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.2.1"
2+
".": "0.2.2"
33
}

CHANGELOG.md

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

3+
## [0.2.2](https://github.com/gemini-cli-extensions/oracledb/compare/0.2.1...0.2.2) (2026-06-16)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [0.2.1](https://github.com/gemini-cli-extensions/oracledb/compare/0.2.0...0.2.1) (2026-05-11)
411

512

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ For the latest version, check the [releases page][releases].
7474
<summary id="antigravity">Antigravity</summary>
7575

7676
You can use either of these two agents for Antigravity:
77-
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
78-
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
77+
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v0.2.2** or higher
78+
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v0.2.2** or higher.
7979

8080
<blockquote>
8181
💡 <strong>Tip — Migrating from Gemini CLI?</strong><br>
@@ -94,7 +94,7 @@ See <a href="https://antigravity.google/docs/gcli-migration">Migrating from Gemi
9494
**1. Clone the Repo:**
9595

9696
```bash
97-
git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/oracledb.git
97+
git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/oracledb.git
9898
```
9999

100100
**2. Install the skills:**
@@ -119,7 +119,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
119119
**1. Clone the Repo:**
120120

121121
```bash
122-
git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/oracledb.git
122+
git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/oracledb.git
123123
```
124124

125125
**2. Install the skills:**
@@ -156,7 +156,7 @@ claude
156156
**3. Add the marketplace:**
157157

158158
```bash
159-
/plugin marketplace add https://github.com/gemini-cli-extensions/oracledb.git#0.2.1
159+
/plugin marketplace add https://github.com/gemini-cli-extensions/oracledb.git#0.2.2
160160
```
161161

162162
**4. Install the plugin:**
@@ -175,7 +175,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
175175
**1. Clone the Repo:**
176176

177177
```bash
178-
git clone --branch 0.2.1 git@github.com:gemini-cli-extensions/oracledb.git
178+
git clone --branch 0.2.2 git@github.com:gemini-cli-extensions/oracledb.git
179179
```
180180

181181
**2. Install the plugin:**
@@ -227,7 +227,7 @@ You can install skills using the `npx skills` command.
227227
Run the following command in your terminal to automatically download and register the skills:
228228

229229
```bash
230-
npx skills add https://github.com/gemini-cli-extensions/oracledb/tree/0.2.1
230+
npx skills add https://github.com/gemini-cli-extensions/oracledb/tree/0.2.2
231231
```
232232

233233
For detailed info check out the [Skills npm package](https://www.npmjs.com/package/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": "oracledb",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Connect, query, and interact with Oracle Databases and their data within Gemini CLI.",
55
"contextFileName": "ORACLEDB.md",
66
"settings": [

0 commit comments

Comments
 (0)