Skip to content

Commit 65fc1fc

Browse files
authored
Merge branch 'main' into renovate/github-actions
2 parents a1f4cfe + 9be70b9 commit 65fc1fc

6 files changed

Lines changed: 16 additions & 5 deletions

File tree

.github/workflows/mirror-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Add Toolbox Release Notes to PR Body
30-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
30+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
3131
env:
3232
REQUIRED_KEYWORDS: 'knowledge-catalog, dataplex'
3333
with:

.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.1"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/gemini-cli-extensions/knowledge-catalog/compare/0.3.1...0.4.0) (2026-04-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **renaming:** Renaming changes across all the files. ([#93](https://github.com/gemini-cli-extensions/knowledge-catalog/issues/93))
9+
10+
### Miscellaneous Chores
11+
12+
* **renaming:** Renaming changes across all the files. ([#93](https://github.com/gemini-cli-extensions/knowledge-catalog/issues/93)) ([6e9215a](https://github.com/gemini-cli-extensions/knowledge-catalog/commit/6e9215ae9d4dd6e3ccf37a041ba963304b0b0a42))
13+
314
## [0.3.1](https://github.com/gemini-cli-extensions/knowledge-catalog/compare/0.3.0...0.3.1) (2026-03-20)
415

516

DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ be successfully installed by the Gemini CLI.
6060

6161
Currently, there are no automated unit or integration test suites
6262
within this repository. All functional testing must be performed manually. All tools
63-
are currently tested in the [MCP Toolbox GitHub](https://github.com/googleapis/genai-toolbox).
63+
are currently tested in the [MCP Toolbox GitHub](https://github.com/googleapis/mcp-toolbox).
6464

6565
### Other GitHub Checks
6666

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.3.1",
3+
"version": "0.4.0",
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
"mcpServers": {
66
"knowledgeCatalog": {

toolbox_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.30.0
1+
1.1.0

0 commit comments

Comments
 (0)