Skip to content

Commit 1cb0964

Browse files
authored
Merge pull request #8 from makenotion/notion-snowflake-mcp/release-auto
chore(notion-snowflake-mcp): release version
2 parents b7bad2e + 4929932 commit 1cb0964

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# CHANGELOG
2+
3+
<!-- version list -->
4+
5+
## v1.1.0 (2026-01-23)
6+
7+
### Bug Fixes
8+
9+
- Add Snowflake dialect to SQL parser (#2)
10+
([#2](https://github.com/makenotion/snowflake-mcp/pull/2),
11+
[`c1411be`](https://github.com/makenotion/snowflake-mcp/commit/c1411bec86a33fbc4cfc49c458c3f79ee8dc360f))
12+
13+
- Add Snowflake dialect to SQL parser to fix statement type detection
14+
([`3d0192d`](https://github.com/makenotion/snowflake-mcp/commit/3d0192d527140c67296fb017168b608e6921f140))
15+
16+
- Address pre-commit linting issues
17+
([`1ffde24`](https://github.com/makenotion/snowflake-mcp/commit/1ffde245838e4efa71ccadabbb6bfde711cdff8e))
18+
19+
- Align semantic-release workflow with pistachio pattern
20+
([`8a445de`](https://github.com/makenotion/snowflake-mcp/commit/8a445deb6f0aba2a2e8b0c9b6327f99f66c685c1))
21+
22+
### Chores
23+
24+
- Trigger ci
25+
([`151a827`](https://github.com/makenotion/snowflake-mcp/commit/151a827d87834773d4cb8a61c5f24fb55f954a86))
26+
27+
### Documentation
28+
29+
- Add publishing instructions for pyx registry
30+
([`92980e6`](https://github.com/makenotion/snowflake-mcp/commit/92980e69afdf00d60ac085ccbcb36d072e5ae5eb))
31+
32+
### Features
33+
34+
- Rename package to notion-snowflake-mcp
35+
([`4257af5`](https://github.com/makenotion/snowflake-mcp/commit/4257af53b1a5d6ae3d8ac40cf15f3f70a77b6ac1))
36+
37+
38+
## v1.0.0 (2026-01-22)
39+
40+
- Initial Release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "notion-snowflake-mcp"
3-
version = "1.4.0"
3+
version = "1.1.0"
44
description = "MCP server for Snowflake (Notion fork)"
55
readme = "README.md"
66
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)