Skip to content

Commit 8ce80d0

Browse files
chore(main): release 0.5.1 (#110)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 02e9214 commit 8ce80d0

6 files changed

Lines changed: 14 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": "knowledge-catalog",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
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.0",
3+
"version": "0.5.1",
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.0"
2+
".": "0.5.1"
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.1](https://github.com/gemini-cli-extensions/knowledge-catalog/compare/0.5.0...0.5.1) (2026-05-22)
4+
5+
6+
### Features
7+
8+
* **deps:** update dependency googleapis/mcp-toolbox to v1.3.0 ([#109](https://github.com/gemini-cli-extensions/knowledge-catalog/issues/109)) ([02e9214](https://github.com/gemini-cli-extensions/knowledge-catalog/commit/02e92142f70ee05a129149f118b315c72dc02a92))
9+
310
## [0.5.0](https://github.com/gemini-cli-extensions/knowledge-catalog/compare/0.4.0...0.5.0) (2026-04-16)
411

512

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ claude
109109
**3. Add the marketplace:**
110110

111111
```bash
112-
/plugin marketplace add https://github.com/gemini-cli-extensions/knowledge-catalog.git#0.5.0
112+
/plugin marketplace add https://github.com/gemini-cli-extensions/knowledge-catalog.git#0.5.1
113113
```
114114

115115
**4. Install the plugin:**
@@ -128,7 +128,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
128128
**1. Clone the Repo:**
129129

130130
```bash
131-
git clone --branch 0.5.0 git@github.com:gemini-cli-extensions/knowledge-catalog.git
131+
git clone --branch 0.5.1 git@github.com:gemini-cli-extensions/knowledge-catalog.git
132132
```
133133

134134
**2. Install the plugin:**
@@ -177,7 +177,7 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify
177177
**1. Clone the Repo:**
178178

179179
```bash
180-
git clone --branch 0.5.0 https://github.com/gemini-cli-extensions/knowledge-catalog.git
180+
git clone --branch 0.5.1 https://github.com/gemini-cli-extensions/knowledge-catalog.git
181181
```
182182

183183
**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": "knowledge-catalog",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
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)