File tree Expand file tree Collapse file tree 3 files changed +42
-2
lines changed
Expand file tree Collapse file tree 3 files changed +42
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " notion-snowflake-mcp"
3- version = " 1.4 .0"
3+ version = " 1.1 .0"
44description = " MCP server for Snowflake (Notion fork)"
55readme = " README.md"
66requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments