Skip to content

Commit 7def1e4

Browse files
chore(main): release 0.10.1 (#263)
🤖 I have created a release *beep* *boop* --- ## [0.10.1](v0.10.0...v0.10.1) (2025-09-05) ### Features * alter session QUOTED_IDENTIFIERS_IGNORE_CASE is no-op ([89b45a9](89b45a9)), closes [#264](#264) ### Chores * **deps-dev:** bump pyright from 1.1.403 to 1.1.404 ([#262](#262)) ([c726762](c726762)) * **deps:** bump pyarrow-stubs from 20.0.0.20250716 to 20.0.0.20250825 ([#260](#260)) ([0b91898](0b91898)) * **deps:** bump pyright from 1.1.403 to 1.1.404 ([#259](#259)) ([cd59c2f](cd59c2f)) * **deps:** update sqlglot requirement from ~=27.7.0 to ~=27.10.0 ([#261](#261)) ([8deb200](8deb200)) --- 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: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com>
1 parent 89b45a9 commit 7def1e4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.10.0"
2+
".": "0.10.1"
33
}

CHANGELOG.md

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

33
# Changelog
44

5+
## [0.10.1](https://github.com/tekumara/fakesnow/compare/v0.10.0...v0.10.1) (2025-09-05)
6+
7+
8+
### Features
9+
10+
* alter session QUOTED_IDENTIFIERS_IGNORE_CASE is no-op ([89b45a9](https://github.com/tekumara/fakesnow/commit/89b45a9d1e78a03d20e71730b8f865a18c14444b)), closes [#264](https://github.com/tekumara/fakesnow/issues/264)
11+
12+
13+
### Chores
14+
15+
* **deps-dev:** bump pyright from 1.1.403 to 1.1.404 ([#262](https://github.com/tekumara/fakesnow/issues/262)) ([c726762](https://github.com/tekumara/fakesnow/commit/c7267627d716e5640103d5ea517e38f6e844c958))
16+
* **deps:** bump pyarrow-stubs from 20.0.0.20250716 to 20.0.0.20250825 ([#260](https://github.com/tekumara/fakesnow/issues/260)) ([0b91898](https://github.com/tekumara/fakesnow/commit/0b9189839d03c85740288d86108977050e030266))
17+
* **deps:** bump pyright from 1.1.403 to 1.1.404 ([#259](https://github.com/tekumara/fakesnow/issues/259)) ([cd59c2f](https://github.com/tekumara/fakesnow/commit/cd59c2f8af439fa98346a2d64c83d122beb30b0a))
18+
* **deps:** update sqlglot requirement from ~=27.7.0 to ~=27.10.0 ([#261](https://github.com/tekumara/fakesnow/issues/261)) ([8deb200](https://github.com/tekumara/fakesnow/commit/8deb200e86d29c1d2265079a5ae5a4396e5ea834))
19+
520
## [0.10.0](https://github.com/tekumara/fakesnow/compare/v0.9.49...v0.10.0) (2025-08-23)
621

722

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.10.0"
4+
version = "0.10.1"
55
readme = "README.md"
66
license = { file = "LICENSE" }
77
classifiers = ["License :: OSI Approved :: MIT License"]

0 commit comments

Comments
 (0)