Skip to content

Commit

Permalink
chore(main): release 0.9.21 (#117)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.9.21](v0.9.20...v0.9.21)
(2024-08-04)


### Features

* alter table cluster by
([9a78fc2](9a78fc2))


### Bug Fixes

* Allow connection with schema=information_schema
([#122](#122))
([51e4e68](51e4e68))
* columns returned by describe view information_schema.columns
([83c62b6](83c62b6))
* Ensure type column in information_schema views is not null
([#121](#121))
([7340a4a](7340a4a))
* Only set variables for SetItem expressions
([#116](#116))
([0e0711c](0e0711c))


### Chores

* bump sqlglot 25.5.1
([713d93d](713d93d))
* cruft update
([72b791b](72b791b))
* **deps-dev:** bump pyright from 1.1.369 to 1.1.374
([#118](#118))
([17a8760](17a8760))

---
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>
  • Loading branch information
potatobot-prime[bot] authored Aug 4, 2024
1 parent 51e4e68 commit 1a3608c
Show file tree
Hide file tree
Showing 3 changed files with 24 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.20"
".": "0.9.21"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

# Changelog

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


### Features

* alter table cluster by ([9a78fc2](https://github.com/tekumara/fakesnow/commit/9a78fc2658d3da8838c93381e10b4142405fb2b6))


### Bug Fixes

* Allow connection with schema=information_schema ([#122](https://github.com/tekumara/fakesnow/issues/122)) ([51e4e68](https://github.com/tekumara/fakesnow/commit/51e4e685f7c78bd520e88ef5351d39601b81a276))
* columns returned by describe view information_schema.columns ([83c62b6](https://github.com/tekumara/fakesnow/commit/83c62b6a1fdf38a864ffee8fb40a1cef3dcb9057))
* Ensure type column in information_schema views is not null ([#121](https://github.com/tekumara/fakesnow/issues/121)) ([7340a4a](https://github.com/tekumara/fakesnow/commit/7340a4a55d0657579ec1b158a1219751c6c7c84f))
* Only set variables for SetItem expressions ([#116](https://github.com/tekumara/fakesnow/issues/116)) ([0e0711c](https://github.com/tekumara/fakesnow/commit/0e0711c821fa8487bd94a9c10d14103a3a3c71c4))


### Chores

* bump sqlglot 25.5.1 ([713d93d](https://github.com/tekumara/fakesnow/commit/713d93d06fd3fb67064fc8f67b728b1bc0152628))
* cruft update ([72b791b](https://github.com/tekumara/fakesnow/commit/72b791b186bf5147a3737733d38bc6bbb39dcb10))
* **deps-dev:** bump pyright from 1.1.369 to 1.1.374 ([#118](https://github.com/tekumara/fakesnow/issues/118)) ([17a8760](https://github.com/tekumara/fakesnow/commit/17a876004114ae6382dd7febae39598932ed1e42))

## [0.9.20](https://github.com/tekumara/fakesnow/compare/v0.9.19...v0.9.20) (2024-07-10)


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.20"
version = "0.9.21"
readme = "README.md"
license = { file = "LICENSE" }
classifiers = ["License :: OSI Approved :: MIT License"]
Expand Down

0 comments on commit 1a3608c

Please sign in to comment.