Skip to content

Commit

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


##
[0.9.15](v0.9.14...v0.9.15)
(2024-06-07)


### Bug Fixes

* ALTER TABLE result output
([#100](#100))
([3e0e236](3e0e236))


### Chores

* **deps-dev:** bump pyright from 1.1.361 to 1.1.366
([#102](#102))
([81839a4](81839a4))

---
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] committed Jun 7, 2024
1 parent 81839a4 commit 14e6a41
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.14"
".": "0.9.15"
}
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.15](https://github.com/tekumara/fakesnow/compare/v0.9.14...v0.9.15) (2024-06-07)


### Bug Fixes

* ALTER TABLE result output ([#100](https://github.com/tekumara/fakesnow/issues/100)) ([3e0e236](https://github.com/tekumara/fakesnow/commit/3e0e236fe630e41062f9ad5edb1a889f039b617b))


### Chores

* **deps-dev:** bump pyright from 1.1.361 to 1.1.366 ([#102](https://github.com/tekumara/fakesnow/issues/102)) ([81839a4](https://github.com/tekumara/fakesnow/commit/81839a4cabf2c694c0c5eca582a469ca4cf29a53))

## [0.9.14](https://github.com/tekumara/fakesnow/compare/v0.9.13...v0.9.14) (2024-06-02)


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

0 comments on commit 14e6a41

Please sign in to comment.