Skip to content

Commit 2cf5db9

Browse files
chore(main): release 0.2.1 (#14)
🤖 I have created a release *beep* *boop* --- ## [0.2.1](v0.2.0...v0.2.1) (2025-04-17) ### Bug Fixes * **docs:** correct typo in test command ([#16](#16)) ([6e65c75](6e65c75)) ### Dependencies * **gomod:** bump github.com/mark3labs/mcp-go from 0.18.0 to 0.20.1 in the go-deps group ([#13](#13)) ([69b33eb](69b33eb)) * **gomod:** bump golang.org/x/net from 0.37.0 to 0.38.0 in the go_modules group ([#15](#15)) ([a17ca13](a17ca13)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6e65c75 commit 2cf5db9

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/firebolt-db/mcp-server/compare/v0.2.0...v0.2.1) (2025-04-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **docs:** correct typo in test command ([#16](https://github.com/firebolt-db/mcp-server/issues/16)) ([6e65c75](https://github.com/firebolt-db/mcp-server/commit/6e65c753dfc0a08d6c5f86c1fbf89f5c68ae8c57))
9+
10+
11+
### Dependencies
12+
13+
* **gomod:** bump github.com/mark3labs/mcp-go from 0.18.0 to 0.20.1 in the go-deps group ([#13](https://github.com/firebolt-db/mcp-server/issues/13)) ([69b33eb](https://github.com/firebolt-db/mcp-server/commit/69b33eb8fdf4a9945dc9e8689e95e28eef01397c))
14+
* **gomod:** bump golang.org/x/net from 0.37.0 to 0.38.0 in the go_modules group ([#15](https://github.com/firebolt-db/mcp-server/issues/15)) ([a17ca13](https://github.com/firebolt-db/mcp-server/commit/a17ca13076a8454436ec10bbc2c95de60f67b481))
15+
316
## [0.2.0](https://github.com/firebolt-db/mcp-server/compare/v0.1.0...v0.2.0) (2025-04-10)
417

518

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ docker run \
6161
--rm \
6262
-e FIREBOLT_MCP_CLIENT_ID=your-client-id \
6363
-e FIREBOLT_MCP_CLIENT_SECRET=your-client-secret \
64-
ghcr.io/firebolt-db/mcp-server:0.2.0
64+
ghcr.io/firebolt-db/mcp-server:0.2.1
6565
```
6666
[//]: # (x-release-please-end)
6767

@@ -70,7 +70,7 @@ docker run \
7070
[//]: # (x-release-please-start-version)
7171
```bash
7272
# Download the binary for your OS from:
73-
# https://github.com/firebolt-db/mcp-server/releases/tag/v0.2.0
73+
# https://github.com/firebolt-db/mcp-server/releases/tag/v0.2.1
7474

7575
./firebolt-mcp-server \
7676
--client-id your-client-id \
@@ -105,7 +105,7 @@ To integrate with Claude Desktop using **Docker**:
105105
"--rm",
106106
"-e", "FIREBOLT_MCP_CLIENT_ID=your-client-id",
107107
"-e", "FIREBOLT_MCP_CLIENT_SECRET=your-client-secret",
108-
"ghcr.io/firebolt-db/mcp-server:0.2.0"
108+
"ghcr.io/firebolt-db/mcp-server:0.2.1"
109109
]
110110
}
111111
}

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.organization=firebolt-db
22
sonar.projectKey=firebolt-db_mcp-server
33
sonar.projectName=firebolt-db/mcp-server
4-
sonar.projectVersion=0.2.0 # x-release-please-version
4+
sonar.projectVersion=0.2.1 # x-release-please-version
55

66
sonar.sources=.
77
sonar.exclusions=**/*_test.go,cmd/docs-scrapper/**,coverage.*

0 commit comments

Comments
 (0)