Skip to content

Commit

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


##
[0.9.13](v0.9.12...v0.9.13)
(2024-05-08)


### Features

* nop regexes to ignore unimplemented commands
([f3783bb](f3783bb))


### Chores

* bump sqlglot 23.14.0
([e1255c0](e1255c0))

---
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 May 8, 2024
1 parent f3783bb commit 21d28bb
Show file tree
Hide file tree
Showing 3 changed files with 14 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.12"
".": "0.9.13"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

# Changelog

## [0.9.13](https://github.com/tekumara/fakesnow/compare/v0.9.12...v0.9.13) (2024-05-08)


### Features

* nop regexes to ignore unimplemented commands ([f3783bb](https://github.com/tekumara/fakesnow/commit/f3783bbac5cdc1c38f777842cc39cd2b83ded5e8))


### Chores

* bump sqlglot 23.14.0 ([e1255c0](https://github.com/tekumara/fakesnow/commit/e1255c0322d18d88711c966ff09b2695ae52ea50))

## [0.9.12](https://github.com/tekumara/fakesnow/compare/v0.9.11...v0.9.12) (2024-05-07)


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

0 comments on commit 21d28bb

Please sign in to comment.