Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 16, 2021
1 parent 2304ef1 commit 7c9bd82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.2.1 (2021-08-16)
### Fix
* Raise an exception when a null is passed into a function that doesn't accept it ([`2304ef1`](https://github.com/cpcloud/slumba/commit/2304ef1f8b2f1691cd0686d895ef969348f9cc62))

## v1.2.0 (2021-08-15)
### Feature
* **shim:** Remove C++ shim ([`8e7207a`](https://github.com/cpcloud/slumba/commit/8e7207a8b4446a3f5d121a9cd68a384b5edce3cf))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packages = [{ include = "slumba" }]
exclude = ["slumba/tests"]
homepage = "https://github.com/cpcloud/slumba"
repository = "https://github.com/cpcloud/slumba"
version = "1.2.0"
version = "1.2.1"
description = "JITted SQLite user-defined functions and aggregates"
readme = "README.md"
authors = ["Phillip Cloud <[email protected]>"]
Expand Down

0 comments on commit 7c9bd82

Please sign in to comment.