-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1c2285
commit 8f80d05
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>"] | ||
|