This repository was archived by the owner on Mar 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release Notes
22
3+
4+ ## [ 6.0.0] ( https://github.com/cpcloud/numbsql/compare/v5.1.1...6.0.0 ) (2022-12-06)
5+
6+
7+ ### ⚠ BREAKING CHANGES
8+
9+ * Upgrade to Python 3.8
10+
11+ ### Bug Fixes
12+
13+ * fix and update semantic-release code ([ fbc7572] ( https://github.com/cpcloud/numbsql/commit/fbc75720d238ca19aee343c2da4eaf962eb6fc80 ) )
14+
15+
16+ ### Refactors
17+
18+ * drop support for Python 3.7 ([ b5a699f] ( https://github.com/cpcloud/numbsql/commit/b5a699f253d7295c1db367ad87eff21b3ccf053f ) )
19+ * pyupgrade changes ([ d37432d] ( https://github.com/cpcloud/numbsql/commit/d37432d9ba9cb006420ce19332dbfbdc5435a1b1 ) )
20+
321## [ 5.1.1] ( https://github.com/cpcloud/numbsql/compare/v5.1.0...v5.1.1 ) (2022-07-22)
422
523
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def _safe_decref(obj: Any) -> None:
4343 "sqlite_udaf" ,
4444)
4545
46- __version__ = "5.1.1 "
46+ __version__ = "6.0.0 "
4747
4848
4949def create_function (
Original file line number Diff line number Diff line change 22name = " numbsql"
33homepage = " https://github.com/cpcloud/numbsql"
44repository = " https://github.com/cpcloud/numbsql"
5- version = " 5.1.1 "
5+ version = " 6.0.0 "
66description = " JITted SQLite user-defined scalar and aggregate functions"
77readme = " README.md"
88authors = [" Phillip Cloud <417981+cpcloud@users.noreply.github.com>" ]
You can’t perform that action at this time.
0 commit comments