Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 31, 2021
1 parent b7a852f commit 57b53d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v4.0.0 (2021-08-31)
### Breaking
* The library was renamed from slumba to numbsql ([`b7a852f`](https://github.com/cpcloud/numbsql/commit/b7a852f4c7a9c103583e01a6275d0ad0dc8929bd))

### Documentation
* Add some numbaext docs ([`b6bfec0`](https://github.com/cpcloud/numbsql/commit/b6bfec0c6b1926dc08bfde478a45a07a19f3b9a0))
* Remove invalid comment ([`3db321d`](https://github.com/cpcloud/numbsql/commit/3db321d696f4383b39ad012bf34442bef58d2bd0))

## v3.1.0 (2021-08-25)
### Feature
* Support strings in scalar udfs but not in udafs ([`fe03e2f`](https://github.com/cpcloud/slumba/commit/fe03e2f97cdf0c383e9a09f529ef6425cdd95c0f))
Expand Down
2 changes: 1 addition & 1 deletion numbsql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _safe_decref(obj: Any) -> None:
"sqlite_udaf",
)

__version__ = "3.1.0"
__version__ = "4.0.0"


def create_function(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "numbsql"
packages = [{ include = "numbsql" }]
homepage = "https://github.com/cpcloud/numbsql"
repository = "https://github.com/cpcloud/numbsql"
version = "3.1.0"
version = "4.0.0"
description = "JITted SQLite user-defined functions and aggregates"
readme = "README.md"
authors = ["Phillip Cloud <417981+cpcloud@users.noreply.github.com>"]
Expand Down

0 comments on commit 57b53d2

Please sign in to comment.