Skip to content

Commit

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


##
[0.9.25](v0.9.24...v0.9.25)
(2024-09-16)


### Features

* Adds MERGE INTO transform
([#109](#109))
([d5e14a7](d5e14a7))
* close duckdb connection
([223f8e2](223f8e2))
* **server:** handle snowflake ProgrammingError
([9455a43](9455a43))
* **server:** support empty result set
([b967b69](b967b69))
* **server:** support FAKESNOW_DB_PATH
([af79f77](af79f77))
* **server:** support time & timestamp types
([1606a3e](1606a3e))
* support MERGE with multiple join columns and source subqueries
([#136](#136))
([9b5a7a0](9b5a7a0)),
closes [#24](#24)


### Chores

* **deps-dev:** bump pyright from 1.1.374 to 1.1.378
([#133](#133))
([593a420](593a420))
* **deps:** update ruff requirement from ~=0.5.1 to ~=0.6.3
([#130](#130))
([6b37d8b](6b37d8b))

---
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 Sep 16, 2024
1 parent 9b5a7a0 commit a961da1
Show file tree
Hide file tree
Showing 3 changed files with 21 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.24"
".": "0.9.25"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

# Changelog

## [0.9.25](https://github.com/tekumara/fakesnow/compare/v0.9.24...v0.9.25) (2024-09-16)


### Features

* Adds MERGE INTO transform ([#109](https://github.com/tekumara/fakesnow/issues/109)) ([d5e14a7](https://github.com/tekumara/fakesnow/commit/d5e14a79b576bcd515c20704b4b3c701d68229fc))
* close duckdb connection ([223f8e2](https://github.com/tekumara/fakesnow/commit/223f8e21898cdc610d3003582e55b0cbaec9d1e7))
* **server:** handle snowflake ProgrammingError ([9455a43](https://github.com/tekumara/fakesnow/commit/9455a438d7392061dd87954a5968986aa21ea87b))
* **server:** support empty result set ([b967b69](https://github.com/tekumara/fakesnow/commit/b967b69809c0d5421caf122ad78437f39a842fd4))
* **server:** support FAKESNOW_DB_PATH ([af79f77](https://github.com/tekumara/fakesnow/commit/af79f7728a1af2396ad8d4c88a1235112185e3c8))
* **server:** support time & timestamp types ([1606a3e](https://github.com/tekumara/fakesnow/commit/1606a3e4570b24057a3e21e01d5b50e06c4e530b))
* support MERGE with multiple join columns and source subqueries ([#136](https://github.com/tekumara/fakesnow/issues/136)) ([9b5a7a0](https://github.com/tekumara/fakesnow/commit/9b5a7a08ef2c7225f1f5324dd667b5518015026e)), closes [#24](https://github.com/tekumara/fakesnow/issues/24)


### Chores

* **deps-dev:** bump pyright from 1.1.374 to 1.1.378 ([#133](https://github.com/tekumara/fakesnow/issues/133)) ([593a420](https://github.com/tekumara/fakesnow/commit/593a4205a0364149d18bc8b1aa53a71fceacce45))
* **deps:** update ruff requirement from ~=0.5.1 to ~=0.6.3 ([#130](https://github.com/tekumara/fakesnow/issues/130)) ([6b37d8b](https://github.com/tekumara/fakesnow/commit/6b37d8bb968b9c5b2e51e8e6b76f9f517b2de532))

## [0.9.24](https://github.com/tekumara/fakesnow/compare/v0.9.23...v0.9.24) (2024-08-21)


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

0 comments on commit a961da1

Please sign in to comment.