Skip to content

Commit 5dff7e7

Browse files
chore(main): release 0.2.0
1 parent 3cf57ad commit 5dff7e7

6 files changed

Lines changed: 115 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": "oracledb",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Connect, query, and interact with Oracle Databases and their data within Gemini CLI.",
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.1.1",
3+
"version": "0.2.0",
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.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 108 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ claude
118118
**3. Add the marketplace:**
119119

120120
```bash
121-
/plugin marketplace add https://github.com/gemini-cli-extensions/oracledb.git#0.1.1
121+
/plugin marketplace add https://github.com/gemini-cli-extensions/oracledb.git#0.2.0
122122
```
123123

124124
**4. Install the plugin:**
@@ -137,7 +137,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
137137
**1. Clone the Repo:**
138138

139139
```bash
140-
git clone --branch 0.1.1 git@github.com:gemini-cli-extensions/oracledb.git
140+
git clone --branch 0.2.0 git@github.com:gemini-cli-extensions/oracledb.git
141141
```
142142

143143
**2. Install the plugin:**
@@ -186,7 +186,7 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify
186186
**1. Clone the Repo:**
187187

188188
```bash
189-
git clone --branch 0.1.1 https://github.com/gemini-cli-extensions/oracledb.git
189+
git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/oracledb.git
190190
```
191191

192192
**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": "oracledb",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
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)