Skip to content

Commit

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


## [0.6.0](v0.5.1...v0.6.0)
(2023-08-19)


### Features

* dictionary params
([01ce713](01ce713))
* support describe and info schema for ARRAY and OBJECT
([0826d1c](0826d1c))
* to_decimal, to_number, to_numeric
([8c19a8b](8c19a8b))


### Chores

* better doc strings
([53f798e](53f798e))

---
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 20, 2023
1 parent 8c19a8b commit 968aedd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

# Changelog

## [0.6.0](https://github.com/tekumara/fakesnow/compare/v0.5.1...v0.6.0) (2023-08-19)


### Features

* dictionary params ([01ce713](https://github.com/tekumara/fakesnow/commit/01ce7135a69c40d539e5430387f6323ca03f5041))
* support describe and info schema for ARRAY and OBJECT ([0826d1c](https://github.com/tekumara/fakesnow/commit/0826d1c988969b3116ad1172d99705518b368182))
* to_decimal, to_number, to_numeric ([8c19a8b](https://github.com/tekumara/fakesnow/commit/8c19a8bda8d9a4f1380c8b593af5c5af4d7fd280))


### Chores

* better doc strings ([53f798e](https://github.com/tekumara/fakesnow/commit/53f798ee2f2db68b0acdfb4e8d8130611bd4956a))

## [0.5.1](https://github.com/tekumara/fakesnow/compare/v0.5.0...v0.5.1) (2023-07-24)


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

0 comments on commit 968aedd

Please sign in to comment.