Skip to content

Commit c69f828

Browse files
chore(main): release 0.9.48 (#246)
1 parent 4423059 commit c69f828

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.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.9.47"
2+
".": "0.9.48"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
# Changelog
44

5+
## [0.9.48](https://github.com/tekumara/fakesnow/compare/v0.9.47...v0.9.48) (2025-07-19)
6+
7+
8+
### Features
9+
10+
* Add support for multi-column ALTER TABLE ADD COLUMN statements ([#247](https://github.com/tekumara/fakesnow/issues/247)) ([4423059](https://github.com/tekumara/fakesnow/commit/4423059179cfc4708ee79f295ae894b047983c48)), closes [#244](https://github.com/tekumara/fakesnow/issues/244)
11+
* support DROP TAG as nop ([5ac11ca](https://github.com/tekumara/fakesnow/commit/5ac11ca54ec1b5a6daf0ddc9020d408320a3dedc)), closes [#245](https://github.com/tekumara/fakesnow/issues/245)
12+
13+
14+
### Chores
15+
16+
* **deps:** bump sqlglot~=27.1.0 ([2529fef](https://github.com/tekumara/fakesnow/commit/2529fef2f55647c3211693d86657f9781ce07839))
17+
518
## [0.9.47](https://github.com/tekumara/fakesnow/compare/v0.9.46...v0.9.47) (2025-07-15)
619

720

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fakesnow"
33
description = "Fake Snowflake Connector for Python. Run, mock and test Snowflake DB locally."
4-
version = "0.9.47"
4+
version = "0.9.48"
55
readme = "README.md"
66
license = { file = "LICENSE" }
77
classifiers = ["License :: OSI Approved :: MIT License"]

0 commit comments

Comments
 (0)