Skip to content

Commit

Permalink
chore(release): 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 25, 2025
1 parent 05ba26f commit 3fe766b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Release Notes


## [8.0.0](https://github.com/cpcloud/numbsql/compare/7.1.0...8.0.0) (2025-01-25)

### ⚠ BREAKING CHANGES

* **python:** drop support for python 3.9

* **python:** drop support for python 3.9 ([1bc8e09](https://github.com/cpcloud/numbsql/commit/1bc8e0976025a778b39778ee14b447b436df507f))

### Features

* **deps:** bump llvmlite and numba versions ([26d0e53](https://github.com/cpcloud/numbsql/commit/26d0e53c25f333b9e10a020f36449b90fe38bcc6))

## [7.1.0](https://github.com/cpcloud/numbsql/compare/7.0.0...7.1.0) (2024-06-02)

### Features
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__ = "7.1.0"
__version__ = "8.0.0"


def create_function(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "numbsql"
version = "7.1.0"
version = "8.0.0"
requires-python = ">=3.10,<4"
description = "JITted SQLite user-defined scalar and aggregate functions"
readme = "README.md"
Expand Down

0 comments on commit 3fe766b

Please sign in to comment.