Skip to content

Commit

Permalink
chore(release): 5.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.1](v5.1.0...v5.1.1) (2022-07-22)

### Bug Fixes

* **deps:** update dependency numpy to v1.22.0 [security] ([638180a](638180a))
  • Loading branch information
semantic-release-bot committed Jul 22, 2022
1 parent 638180a commit 3e0f404
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

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


### Bug Fixes

* **deps:** update dependency numpy to v1.22.0 [security] ([638180a](https://github.com/cpcloud/numbsql/commit/638180a58d5c79803106c2b71fe8737e26539f8c))

# [5.1.0](https://github.com/cpcloud/numbsql/compare/v5.0.2...v5.1.0) (2022-01-14)


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.0"
version = "5.1.1"
description = "JITted SQLite user-defined scalar and aggregate functions"
readme = "README.md"
authors = ["Phillip Cloud <[email protected]>"]
Expand Down

0 comments on commit 3e0f404

Please sign in to comment.