Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 6, 2022
1 parent b617b70 commit cc09fb5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release Notes


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


### ⚠ BREAKING CHANGES

* Upgrade to Python 3.8

### Bug Fixes

* fix and update semantic-release code ([fbc7572](https://github.com/cpcloud/numbsql/commit/fbc75720d238ca19aee343c2da4eaf962eb6fc80))


### Refactors

* drop support for Python 3.7 ([b5a699f](https://github.com/cpcloud/numbsql/commit/b5a699f253d7295c1db367ad87eff21b3ccf053f))
* pyupgrade changes ([d37432d](https://github.com/cpcloud/numbsql/commit/d37432d9ba9cb006420ce19332dbfbdc5435a1b1))

## [5.1.1](https://github.com/cpcloud/numbsql/compare/v5.1.0...v5.1.1) (2022-07-22)


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

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

0 comments on commit cc09fb5

Please sign in to comment.