Skip to content

Commit 739bcaf

Browse files
chore(main): release 0.11.3 (#310)
🤖 I have created a release *beep* *boop* --- ## [0.11.3](v0.11.2...v0.11.3) (2026-02-25) ### Bug Fixes * bracket access for object keys containing special characters (e.g. periods) ([#309](#309)) ([a4d8f3f](a4d8f3f)) --- 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 a4d8f3f commit 739bcaf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.11.2"
2+
".": "0.11.3"
33
}

CHANGELOG.md

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

33
# Changelog
44

5+
## [0.11.3](https://github.com/tekumara/fakesnow/compare/v0.11.2...v0.11.3) (2026-02-25)
6+
7+
8+
### Bug Fixes
9+
10+
* bracket access for object keys containing special characters (e.g. periods) ([#309](https://github.com/tekumara/fakesnow/issues/309)) ([a4d8f3f](https://github.com/tekumara/fakesnow/commit/a4d8f3f39b2bf7ecbd7cff7bf6d4ae0f2a5dd9c7))
11+
512
## [0.11.2](https://github.com/tekumara/fakesnow/compare/v0.11.1...v0.11.2) (2026-02-14)
613

714

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

0 commit comments

Comments
 (0)