Skip to content

Commit

Permalink
chore(release): 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 18, 2023
1 parent e1c2285 commit 8f80d05
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Release Notes


## [6.0.1](https://github.com/cpcloud/numbsql/compare/6.0.0...6.0.1) (2023-07-18)


### Bug Fixes

* **deps:** support [email protected] ([1e34377](https://github.com/cpcloud/numbsql/commit/1e34377bdea0ef07b44e116fef96b878989b9c04))


### Refactors

* replace `[@generated](https://github.com/generated)_jit` with recommended `[@extending](https://github.com/extending).overload` alternative ([460d991](https://github.com/cpcloud/numbsql/commit/460d99178d5bf28df6c05c2a70bac4a0d1bfd9e7))
* use typing.get_type_hints instead of signature ([75160c0](https://github.com/cpcloud/numbsql/commit/75160c087812b9d546746b4be2c7bae1eb56907b))

## [6.0.0](https://github.com/cpcloud/numbsql/compare/v5.1.1...6.0.0) (2022-12-06)


Expand Down
2 changes: 1 addition & 1 deletion numbsql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def _safe_decref(obj: Any) -> None:
"sqlite_udaf",
)

__version__ = "6.0.0"
__version__ = "6.0.1"


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 @@ -2,7 +2,7 @@
name = "numbsql"
homepage = "https://github.com/cpcloud/numbsql"
repository = "https://github.com/cpcloud/numbsql"
version = "6.0.0"
version = "6.0.1"
description = "JITted SQLite user-defined scalar and aggregate functions"
readme = "README.md"
authors = ["Phillip Cloud <[email protected]>"]
Expand Down

0 comments on commit 8f80d05

Please sign in to comment.