Skip to content

Commit ed4eca8

Browse files
chore(main): release 0.5.2 (#115)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b3df58e commit ed4eca8

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": "knowledge-catalog",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Connect to Knowledge Catalog to discover, manage, monitor, and govern data and AI artifacts across your data platform",
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": "knowledge-catalog",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Connect to Knowledge Catalog to discover, manage, monitor, and govern data and AI artifacts across your data platform",
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.5.1"
2+
".": "0.5.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.5.2](https://github.com/gemini-cli-extensions/knowledge-catalog/compare/0.5.1...0.5.2) (2026-06-11)
4+
5+
6+
### Features
7+
8+
* **deps:** update dependency googleapis/mcp-toolbox to v1.4.0 ([#114](https://github.com/gemini-cli-extensions/knowledge-catalog/issues/114)) ([b3df58e](https://github.com/gemini-cli-extensions/knowledge-catalog/commit/b3df58e81ae46a1497a1186fc82119d328ec730c))
9+
310
## [0.5.1](https://github.com/gemini-cli-extensions/knowledge-catalog/compare/0.5.0...0.5.1) (2026-05-22)
411

512

README.md

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

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

7777
<blockquote>
7878
💡 <strong>Tip — Migrating from Gemini CLI?</strong><br>
@@ -91,7 +91,7 @@ See <a href="https://antigravity.google/docs/gcli-migration">Migrating from Gemi
9191
**1. Clone the Repo:**
9292

9393
```bash
94-
git clone --branch 0.5.1 https://github.com/gemini-cli-extensions/knowledge-catalog.git
94+
git clone --branch 0.5.2 https://github.com/gemini-cli-extensions/knowledge-catalog.git
9595
```
9696

9797
**2. Install the skills:**
@@ -116,7 +116,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
116116
**1. Clone the Repo:**
117117

118118
```bash
119-
git clone --branch 0.5.1 https://github.com/gemini-cli-extensions/knowledge-catalog.git
119+
git clone --branch 0.5.2 https://github.com/gemini-cli-extensions/knowledge-catalog.git
120120
```
121121

122122
**2. Install the skills:**
@@ -153,7 +153,7 @@ claude
153153
**3. Add the marketplace:**
154154

155155
```bash
156-
/plugin marketplace add https://github.com/gemini-cli-extensions/knowledge-catalog.git#0.5.1
156+
/plugin marketplace add https://github.com/gemini-cli-extensions/knowledge-catalog.git#0.5.2
157157
```
158158

159159
**4. Install the plugin:**
@@ -172,7 +172,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
172172
**1. Clone the Repo:**
173173

174174
```bash
175-
git clone --branch 0.5.1 git@github.com:gemini-cli-extensions/knowledge-catalog.git
175+
git clone --branch 0.5.2 git@github.com:gemini-cli-extensions/knowledge-catalog.git
176176
```
177177

178178
**2. Install the plugin:**
@@ -221,7 +221,7 @@ You can install skills using the `npx skills` command.
221221
Run the following command in your terminal to automatically download and register the skills:
222222

223223
```bash
224-
npx skills add https://github.com/gemini-cli-extensions/knowledge-catalog/tree/0.5.1
224+
npx skills add https://github.com/gemini-cli-extensions/knowledge-catalog/tree/0.5.2
225225
```
226226

227227
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": "knowledge-catalog",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Connect to Knowledge Catalog (formerly known as Dataplex) to discover, manage, monitor, and govern data and AI artifacts across your data platform",
55
"contextFileName": "KNOWLEDGE_CATALOG.md",
66
"settings": [

0 commit comments

Comments
 (0)