Skip to content

Commit bc11fc3

Browse files
chore(main): release 0.10.0 (#257)
🤖 I have created a release *beep* *boop* --- ## [0.10.0](v0.9.49...v0.10.0) (2025-08-23) ### ⚠ BREAKING CHANGES * **info schema:** uppercase column names ### Features * **info schema:** tables includes last_altered and row_count ([6230f28](6230f28)), closes [#134](#134) * support AUTOINCREMENT when creating table ([5eedff2](5eedff2)), closes [#184](#184) * support sequences ([79abda1](79abda1)), closes [#44](#44) ### Bug Fixes * **info schema:** uppercase column names ([b05ee7f](b05ee7f)) ### Chores * **deps-dev:** bump pyright from 1.1.402 to 1.1.403 ([#253](#253)) ([74c8126](74c8126)) * **deps:** bump pyarrow-stubs from 17.19 to 20.0.0.20250716 ([#256](#256)) ([f2506cf](f2506cf)) * **deps:** bump pyright from 1.1.399 to 1.1.403 ([#255](#255)) ([92a96bf](92a96bf)) * **deps:** update ruff requirement from ~=0.11.2 to ~=0.12.7 ([#254](#254)) ([291390d](291390d)) * **deps:** update sqlglot requirement from ~=27.2.0 to ~=27.6.0 ([#252](#252)) ([dcd256a](dcd256a)) * remove notebooks/ from .gitignore ([69c715a](69c715a)) * update .gitignore ([c5d3779](c5d3779)) --- 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 5eedff2 commit bc11fc3

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-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.49"
2+
".": "0.10.0"
33
}

CHANGELOG.md

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

33
# Changelog
44

5+
## [0.10.0](https://github.com/tekumara/fakesnow/compare/v0.9.49...v0.10.0) (2025-08-23)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **info schema:** uppercase column names
11+
12+
### Features
13+
14+
* **info schema:** tables includes last_altered and row_count ([6230f28](https://github.com/tekumara/fakesnow/commit/6230f2826b7b074a8f80e2ca61372b645ca07ae7)), closes [#134](https://github.com/tekumara/fakesnow/issues/134)
15+
* support AUTOINCREMENT when creating table ([5eedff2](https://github.com/tekumara/fakesnow/commit/5eedff249719ea8f8a6d2729f98205ee29df9beb)), closes [#184](https://github.com/tekumara/fakesnow/issues/184)
16+
* support sequences ([79abda1](https://github.com/tekumara/fakesnow/commit/79abda1ec00175d3b2be5e8248c54e7504cc55bc)), closes [#44](https://github.com/tekumara/fakesnow/issues/44)
17+
18+
19+
### Bug Fixes
20+
21+
* **info schema:** uppercase column names ([b05ee7f](https://github.com/tekumara/fakesnow/commit/b05ee7ffdfe62c91ae3b57ed261b4bc27549abc7))
22+
23+
24+
### Chores
25+
26+
* **deps-dev:** bump pyright from 1.1.402 to 1.1.403 ([#253](https://github.com/tekumara/fakesnow/issues/253)) ([74c8126](https://github.com/tekumara/fakesnow/commit/74c812616fa75cb7b14657c513b18b24b600f119))
27+
* **deps:** bump pyarrow-stubs from 17.19 to 20.0.0.20250716 ([#256](https://github.com/tekumara/fakesnow/issues/256)) ([f2506cf](https://github.com/tekumara/fakesnow/commit/f2506cff61f3f306d72289ef2eca3dd5e6c2d6f1))
28+
* **deps:** bump pyright from 1.1.399 to 1.1.403 ([#255](https://github.com/tekumara/fakesnow/issues/255)) ([92a96bf](https://github.com/tekumara/fakesnow/commit/92a96bf326742fba4a0204015e1478f61ba8ee7f))
29+
* **deps:** update ruff requirement from ~=0.11.2 to ~=0.12.7 ([#254](https://github.com/tekumara/fakesnow/issues/254)) ([291390d](https://github.com/tekumara/fakesnow/commit/291390d58d25edb3a60c7181d3b6471473fccc2c))
30+
* **deps:** update sqlglot requirement from ~=27.2.0 to ~=27.6.0 ([#252](https://github.com/tekumara/fakesnow/issues/252)) ([dcd256a](https://github.com/tekumara/fakesnow/commit/dcd256a8dcda1cf196dc6de9d69e54b43474849c))
31+
* remove notebooks/ from .gitignore ([69c715a](https://github.com/tekumara/fakesnow/commit/69c715a29d4e695acdc84a8b02c4e0b35e2fa586))
32+
* update .gitignore ([c5d3779](https://github.com/tekumara/fakesnow/commit/c5d377996e54edf95c9da06e31df9506750a2e5f))
33+
534
## [0.9.49](https://github.com/tekumara/fakesnow/compare/v0.9.48...v0.9.49) (2025-07-28)
635

736

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

0 commit comments

Comments
 (0)