Skip to content

Commit a79fdfd

Browse files
chore(main): release 0.2.5 (#60)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 23c7de3 commit a79fdfd

6 files changed

Lines changed: 15 additions & 8 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.4",
3+
"version": "0.2.5",
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.4",
3+
"version": "0.2.5",
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.4"
2+
".": "0.2.5"
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.5](https://github.com/gemini-cli-extensions/oracledb/compare/0.2.4...0.2.5) (2026-07-02)
4+
5+
6+
### Features
7+
8+
* **deps:** update dependency googleapis/mcp-toolbox to v1.6.0 ([#58](https://github.com/gemini-cli-extensions/oracledb/issues/58)) ([23c7de3](https://github.com/gemini-cli-extensions/oracledb/commit/23c7de3e75419f4e5de8d0f939a8176c4eebb8c7))
9+
310
## [0.2.4](https://github.com/gemini-cli-extensions/oracledb/compare/0.2.3...0.2.4) (2026-07-02)
411

512

README.md

Lines changed: 4 additions & 4 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 **v0.2.4** or higher
78-
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v0.2.4** or higher.
77+
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v0.2.5** or higher
78+
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v0.2.5** 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.4 https://github.com/gemini-cli-extensions/oracledb.git
97+
git clone --branch 0.2.5 https://github.com/gemini-cli-extensions/oracledb.git
9898
```
9999

100100
**2. Install the skills:**
@@ -185,7 +185,7 @@ You can install skills using the `npx skills` command.
185185
Run the following command in your terminal to automatically download and register the skills:
186186

187187
```bash
188-
npx skills add https://github.com/gemini-cli-extensions/oracledb/tree/0.2.4
188+
npx skills add https://github.com/gemini-cli-extensions/oracledb/tree/0.2.5
189189
```
190190

191191
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.4",
3+
"version": "0.2.5",
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)