Skip to content

Commit

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


## [0.8.0](v0.7.1...v0.8.0)
(2023-12-28)


### ⚠ BREAKING CHANGES

* support arrays

### Features

* support arrays
([f12ddf4](f12ddf4)),
closes [#19](#19)
[#20](#20)
[#21](#21)


### Chores

* change versioning strategy
([#29](#29))
([858e4c3](858e4c3))

---
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 Dec 28, 2023
1 parent 7f7a0b6 commit df9bb35
Show file tree
Hide file tree
Showing 3 changed files with 18 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.7.1"
".": "0.8.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

# Changelog

## [0.8.0](https://github.com/tekumara/fakesnow/compare/v0.7.1...v0.8.0) (2023-12-28)


### ⚠ BREAKING CHANGES

* support arrays

### Features

* support arrays ([f12ddf4](https://github.com/tekumara/fakesnow/commit/f12ddf44aafba051c831c284c190a36210342922)), closes [#19](https://github.com/tekumara/fakesnow/issues/19) [#20](https://github.com/tekumara/fakesnow/issues/20) [#21](https://github.com/tekumara/fakesnow/issues/21)


### Chores

* change versioning strategy ([#29](https://github.com/tekumara/fakesnow/issues/29)) ([858e4c3](https://github.com/tekumara/fakesnow/commit/858e4c3ba850b0763e8a129bbb66a2f510c109bf))

## [0.7.1](https://github.com/tekumara/fakesnow/compare/v0.7.0...v0.7.1) (2023-12-27)


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

0 comments on commit df9bb35

Please sign in to comment.