Skip to content

Commit

Permalink
chore(main): release 0.9.22 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
potatobot-prime[bot] authored Aug 12, 2024
1 parent 3b57820 commit 326447f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.21"
".": "0.9.22"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

# Changelog

## [0.9.22](https://github.com/tekumara/fakesnow/compare/v0.9.21...v0.9.22) (2024-08-11)


### Features

* DESCRIBE VIEW ([b874fc1](https://github.com/tekumara/fakesnow/commit/b874fc1ed511c8943cc5a4c0a66628068c737167))
* describe view information_schema.* ([facc390](https://github.com/tekumara/fakesnow/commit/facc390a55c976749cba6258c457ca131ab1fcc5))


### Bug Fixes

* column types for DESCRIBE ([572eaf5](https://github.com/tekumara/fakesnow/commit/572eaf58d8b268559687185fd543da0a777e956a))
* fetchmany supports irregular sizes ([3115afd](https://github.com/tekumara/fakesnow/commit/3115afd35a66f95eed3b1e4fb92dca0660c8b709))
* log all sql executed (in debug mode) ([6faa120](https://github.com/tekumara/fakesnow/commit/6faa120b17434f405d3e221f0770c15936bb4c94))


### Chores

* **deps:** update sqlglot requirement from ~=25.5.1 to ~=25.9.0 ([#123](https://github.com/tekumara/fakesnow/issues/123)) ([da78574](https://github.com/tekumara/fakesnow/commit/da78574e682c742d42c727b8bd67cb4447e02f5d))

## [0.9.21](https://github.com/tekumara/fakesnow/compare/v0.9.20...v0.9.21) (2024-08-04)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fakesnow"
description = "Fake Snowflake Connector for Python. Run, mock and test Snowflake DB locally."
version = "0.9.21"
version = "0.9.22"
readme = "README.md"
license = { file = "LICENSE" }
classifiers = ["License :: OSI Approved :: MIT License"]
Expand Down

0 comments on commit 326447f

Please sign in to comment.