Skip to content

Commit

Permalink
chore(release): 4.0.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 9, 2021
1 parent 2db78b0 commit c8b2030
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v4.0.3 (2021-12-09)
### Fix
* Try using System.B ([`aa89b32`](https://github.com/cpcloud/numbsql/commit/aa89b3202b2a621a77f30b56618076391d30ee1e))
* **sqlite:** Try to load libSystem.dylib on macos, in place of libc ([`f48bb2b`](https://github.com/cpcloud/numbsql/commit/f48bb2b55dec12a4ca4eda9c6a3b91b120f2350e))

## v4.0.2 (2021-09-23)
### Fix
* **deps:** Enable poetry2nix ([`c3c9bfc`](https://github.com/cpcloud/numbsql/commit/c3c9bfc0155448f8eac24ddfddb48e4068cf893f))
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__ = "4.0.2"
__version__ = "4.0.3"


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 = "4.0.2"
version = "4.0.3"
description = "JITted SQLite user-defined scalar and aggregate functions"
readme = "README.md"
authors = ["Phillip Cloud <[email protected]>"]
Expand Down

0 comments on commit c8b2030

Please sign in to comment.