Skip to content

Commit 453097a

Browse files
chore(release): 3.1.0 [skip ci]
## [3.1.0](v3.0.0...v3.1.0) (2025-06-05) ### πŸš€ Features * fix list_profiles bug and optimize response format ([#22](#22)) ([8f329e6](8f329e6))
1 parent 8f329e6 commit 453097a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

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

10+
## [3.1.0](https://github.com/dipseth/dataproc-mcp/compare/v3.0.0...v3.1.0) (2025-06-05)
11+
12+
13+
### πŸš€ Features
14+
15+
* fix list_profiles bug and optimize response format ([#22](https://github.com/dipseth/dataproc-mcp/issues/22)) ([8f329e6](https://github.com/dipseth/dataproc-mcp/commit/8f329e62a45329903a95abd596daa85eb67c6c61))
16+
1017
## [3.0.0](https://github.com/dipseth/dataproc-mcp/compare/v2.1.1...v3.0.0) (2025-06-04)
1118

1219

β€Ž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": "3.0.0",
3+
"version": "3.1.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": [

0 commit comments

Comments
Β (0)