Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
/ numbsql Public archive

Commit cc09fb5

Browse files
chore(release): 6.0.0
1 parent b617b70 commit cc09fb5

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

numbsql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4949
def create_function(

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "numbsql"
33
homepage = "https://github.com/cpcloud/numbsql"
44
repository = "https://github.com/cpcloud/numbsql"
5-
version = "5.1.1"
5+
version = "6.0.0"
66
description = "JITted SQLite user-defined scalar and aggregate functions"
77
readme = "README.md"
88
authors = ["Phillip Cloud <417981+cpcloud@users.noreply.github.com>"]

0 commit comments

Comments
 (0)