Skip to content

Commit 6a8cd11

Browse files
chore(main): release 0.3.1 (#25)
🤖 I have created a release *beep* *boop* --- ## [0.3.1](v0.3.0...v0.3.1) (2025-05-20) ### Dependencies * **github-actions:** bump the github-actions-deps group across 1 directory with 2 updates ([#23](#23)) ([293551d](293551d)) * **gomod:** bump github.com/mark3labs/mcp-go from 0.27.0 to 0.29.0 in the go-deps group ([#27](#27)) ([da0a034](da0a034)) * **gomod:** bump the go-deps group across 1 directory with 6 updates ([#24](#24)) ([145ec54](145ec54)) * **gomod:** bump the go-deps group with 3 updates ([#26](#26)) ([a64f8c1](a64f8c1)) --- 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 293551d commit 6a8cd11

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.github/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.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

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

3+
## [0.3.1](https://github.com/firebolt-db/mcp-server/compare/v0.3.0...v0.3.1) (2025-05-20)
4+
5+
6+
### Dependencies
7+
8+
* **github-actions:** bump the github-actions-deps group across 1 directory with 2 updates ([#23](https://github.com/firebolt-db/mcp-server/issues/23)) ([293551d](https://github.com/firebolt-db/mcp-server/commit/293551dbc5cdcb12553e589527fbe3e580938bd3))
9+
* **gomod:** bump github.com/mark3labs/mcp-go from 0.27.0 to 0.29.0 in the go-deps group ([#27](https://github.com/firebolt-db/mcp-server/issues/27)) ([da0a034](https://github.com/firebolt-db/mcp-server/commit/da0a03492ba6f42d76fe827a5d98770129d42697))
10+
* **gomod:** bump the go-deps group across 1 directory with 6 updates ([#24](https://github.com/firebolt-db/mcp-server/issues/24)) ([145ec54](https://github.com/firebolt-db/mcp-server/commit/145ec54cb83eed4d9c3ab7952beec0a3701b4466))
11+
* **gomod:** bump the go-deps group with 3 updates ([#26](https://github.com/firebolt-db/mcp-server/issues/26)) ([a64f8c1](https://github.com/firebolt-db/mcp-server/commit/a64f8c1c6aa020bcf51d602a8842dec0a0d53b12))
12+
313
## [0.3.0](https://github.com/firebolt-db/mcp-server/compare/v0.2.1...v0.3.0) (2025-04-28)
414

515

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.3.0
64+
ghcr.io/firebolt-db/mcp-server:0.3.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.3.0
73+
# https://github.com/firebolt-db/mcp-server/releases/tag/v0.3.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",
107107
"-e", "FIREBOLT_MCP_CLIENT_SECRET",
108-
"ghcr.io/firebolt-db/mcp-server:0.3.0"
108+
"ghcr.io/firebolt-db/mcp-server:0.3.1"
109109
],
110110
"env": {
111111
"FIREBOLT_MCP_CLIENT_ID": "your-client-id",

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.3.0 # x-release-please-version
4+
sonar.projectVersion=0.3.1 # x-release-please-version
55

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

0 commit comments

Comments
 (0)