Skip to content

Commit a1dee67

Browse files
chore(release): 4.7.0 [skip ci]
## [4.7.0](v4.6.0...v4.7.0) (2025-06-25) ### πŸš€ Features * **ci:** add release status and semantic-release badges to README ([8ace35f](8ace35f)) ### πŸ› Bug Fixes * Skip GCP-dependent tests in CI and remove credentials from history ([#36](#36)) ([7e90971](7e90971)), closes [#11](#11) [#24](#24) [#22](#22) [#17](#17) [#17](#17) [#29](#29) [#30](#30) [#30](#30) [#33](#33) [#33](#33) [#34](#34) [#34](#34) [#35](#35)
1 parent 8ace35f commit a1dee67

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- semantic-release-changelog -->
99

10+
## [4.7.0](https://github.com/dipseth/dataproc-mcp/compare/v4.6.0...v4.7.0) (2025-06-25)
11+
12+
13+
### πŸš€ Features
14+
15+
* **ci:** add release status and semantic-release badges to README ([8ace35f](https://github.com/dipseth/dataproc-mcp/commit/8ace35fc161c66dab5cf8502f0863cbfb4aea9c5))
16+
17+
18+
### πŸ› Bug Fixes
19+
20+
* Skip GCP-dependent tests in CI and remove credentials from history ([#36](https://github.com/dipseth/dataproc-mcp/issues/36)) ([7e90971](https://github.com/dipseth/dataproc-mcp/commit/7e909716f28f7324a9b53917068e331d9557301c)), closes [#11](https://github.com/dipseth/dataproc-mcp/issues/11) [#24](https://github.com/dipseth/dataproc-mcp/issues/24) [#22](https://github.com/dipseth/dataproc-mcp/issues/22) [#17](https://github.com/dipseth/dataproc-mcp/issues/17) [#17](https://github.com/dipseth/dataproc-mcp/issues/17) [#29](https://github.com/dipseth/dataproc-mcp/issues/29) [#30](https://github.com/dipseth/dataproc-mcp/issues/30) [#30](https://github.com/dipseth/dataproc-mcp/issues/30) [#33](https://github.com/dipseth/dataproc-mcp/issues/33) [#33](https://github.com/dipseth/dataproc-mcp/issues/33) [#34](https://github.com/dipseth/dataproc-mcp/issues/34) [#34](https://github.com/dipseth/dataproc-mcp/issues/34) [#35](https://github.com/dipseth/dataproc-mcp/issues/35)
21+
1022
## [4.6.0](https://github.com/dipseth/dataproc-mcp/compare/v4.5.0...v4.6.0) (2025-06-25)
1123

1224

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dipseth/dataproc-mcp-server",
3-
"version": "4.6.0",
3+
"version": "4.7.0",
44
"description": "A production-ready Model Context Protocol (MCP) server for Google Cloud Dataproc operations. Provides intelligent defaults, comprehensive tooling, and seamless integration with Roo (VS Code) for big data workflows.",
55
"type": "module",
66
"keywords": "[\"mcp\", \"dataproc\", \"google-cloud\", \"model-context-protocol\", \"typescript\", \"nodejs\"]",

0 commit comments

Comments
Β (0)