Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Jan 11, 2023
1 parent 4f70032 commit 1cb4165
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v0.4.0 (2023-01-11)
### Feature
* 🎉 feat: add typing stubs and update tests ([`60a7324`](https://github.com/darvid/python-hyperscan/commit/60a7324b489a7dac27095311bfb34a9b07e480c3))

### Fix
* 🐛 fix: fix memory leak in loadb (#46) and minor doc tweaks ([`71b6462`](https://github.com/darvid/python-hyperscan/commit/71b64627e940c1e34ad8dde18f7b5800c113c25a))

### Other
* 🛸 ci: update release pipeline ([`4f70032`](https://github.com/darvid/python-hyperscan/commit/4f7003273267f7dff0877ad28157a63c34e17960))

## v0.3.3 (2022-12-14)

### Bugfix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ known-first-party = ["hyperscan"]

[tool.commitizen]
name = "cz_commitizen_emoji"
version = "0.3.3"
version = "0.4.0"
version_files = [
"pyproject.toml:version",
"src/hyperscan/__init__.py:__version__",
Expand All @@ -38,7 +38,7 @@ version_files = [
[tool.poetry]
build = "build.py"
name = "hyperscan"
version = "0.3.3"
version = "0.4.0"
description = "Python bindings for Hyperscan."
authors = ["David Gidwani <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/hyperscan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from hyperscan._hyperscan import * # noqa: F401, F403

__version__ = "0.3.3"
__version__ = "0.4.0"


class ExpressionExt(typing.NamedTuple):
Expand Down

0 comments on commit 1cb4165

Please sign in to comment.