Skip to content

Commit e912c03

Browse files
chore(main): release 0.3.5 (#135)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c4abf79 commit e912c03

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": "looker",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Connect to Looker and interact with your data using LookML.",
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": "looker",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Connect to Looker and interact with your data using LookML.",
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.3.4"
2+
".": "0.3.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.3.5](https://github.com/gemini-cli-extensions/looker/compare/0.3.4...0.3.5) (2026-06-05)
4+
5+
6+
### Features
7+
8+
* **deps:** update dependency googleapis/mcp-toolbox to v1.4.0 ([#134](https://github.com/gemini-cli-extensions/looker/issues/134)) ([c4abf79](https://github.com/gemini-cli-extensions/looker/commit/c4abf79e8d96a9a58efa5a209ed69fb050574cef))
9+
310
## [0.3.4](https://github.com/gemini-cli-extensions/looker/compare/0.3.3...0.3.4) (2026-05-22)
411

512

README.md

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

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

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

9595
```bash
96-
git clone --branch 0.3.4 https://github.com/gemini-cli-extensions/looker.git
96+
git clone --branch 0.3.5 https://github.com/gemini-cli-extensions/looker.git
9797
```
9898

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

120120
```bash
121-
git clone --branch 0.3.4 https://github.com/gemini-cli-extensions/looker.git
121+
git clone --branch 0.3.5 https://github.com/gemini-cli-extensions/looker.git
122122
```
123123

124124
**2. Install the skills:**
@@ -155,7 +155,7 @@ claude
155155
**3. Add the marketplace:**
156156

157157
```bash
158-
/plugin marketplace add https://github.com/gemini-cli-extensions/looker.git#0.3.4
158+
/plugin marketplace add https://github.com/gemini-cli-extensions/looker.git#0.3.5
159159
```
160160

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

176176
```bash
177-
git clone --branch 0.3.4 git@github.com:gemini-cli-extensions/looker.git
177+
git clone --branch 0.3.5 git@github.com:gemini-cli-extensions/looker.git
178178
```
179179

180180
**2. Install the plugin:**
@@ -223,7 +223,7 @@ You can install skills using the `npx skills` command.
223223
Run the following command in your terminal to automatically download and register the skills:
224224

225225
```bash
226-
npx skills add https://github.com/gemini-cli-extensions/looker/tree/0.3.4
226+
npx skills add https://github.com/gemini-cli-extensions/looker/tree/0.3.5
227227
```
228228

229229
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": "looker",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Connect to Looker",
55
"contextFileName": "LOOKER.md",
66
"settings": [

0 commit comments

Comments
 (0)