Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.6...v5.0.0) (2022-01-08)

### Bug Fixes

* bump minimum version of numpy ([8704260](8704260))

### BREAKING CHANGES

* Upgrade to numpy >=1.21
  • Loading branch information
semantic-release-bot committed Jan 8, 2022
1 parent 755843f commit 63f4f1b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release Notes

# [5.0.0](https://github.com/cpcloud/numbsql/compare/v4.0.6...v5.0.0) (2022-01-08)


### Bug Fixes

* bump minimum version of numpy ([8704260](https://github.com/cpcloud/numbsql/commit/870426059e90b2578e3fcc89a0a9fac1e2b20013))


### BREAKING CHANGES

* Upgrade to numpy >=1.21

## v4.0.6 (2021-12-20)
### Fix
* Support more versions of numba/llvmlite ([`fa9a5a9`](https://github.com/cpcloud/numbsql/commit/fa9a5a9682f9d3e3511e03f9f6db04c9a44ff357))
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 = "4.0.6"
version = "5.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 63f4f1b

Please sign in to comment.