From 40123ddf0aa4aff64ddbe6d9021215a8ddd2d4b0 Mon Sep 17 00:00:00 2001 From: "potatobot-prime[bot]" <132267321+potatobot-prime[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 08:16:58 +1000 Subject: [PATCH] chore(main): release 0.9.18 (#110) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bb914b5..d2b6377 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.17" + ".": "0.9.18" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 843a32f..d506781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ # Changelog +## [0.9.18](https://github.com/tekumara/fakesnow/compare/v0.9.17...v0.9.18) (2024-06-29) + + +### Bug Fixes + +* execute_string ignores comments ([e6513f7](https://github.com/tekumara/fakesnow/commit/e6513f79e50af5c97634849d4be02b818ab7e796)) +* Support IF NOT EXISTS in CREATE DATABASE statements ([#108](https://github.com/tekumara/fakesnow/issues/108)) ([e7f3f97](https://github.com/tekumara/fakesnow/commit/e7f3f97b26fccc7758892d004e1bfab339d9c732)) + ## [0.9.17](https://github.com/tekumara/fakesnow/compare/v0.9.16...v0.9.17) (2024-06-23) diff --git a/pyproject.toml b/pyproject.toml index a7c8e69..371ab6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "fakesnow" description = "Fake Snowflake Connector for Python. Run, mock and test Snowflake DB locally." -version = "0.9.17" +version = "0.9.18" readme = "README.md" license = { file = "LICENSE" } classifiers = ["License :: OSI Approved :: MIT License"]