Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Aug 2, 2022
1 parent a46acdb commit 4c94c48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.9.0 (2022-08-02)
### Feature
* Add hooks ([`060c78c`](https://github.com/TheWii/integrity/commit/060c78c55ab65600601fd7561f7fe91ae30001d2))

## v0.8.0 (2022-06-18)
### Feature
* Component method decorators ([`af94217`](https://github.com/TheWii/integrity/commit/af94217292e1824f42ddad5df9e2cc2eb679797a))
Expand Down
2 changes: 1 addition & 1 deletion integrity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.8.0"
__version__ = "0.9.0"

from .api import Integrity as _Integrity
from .components import Components as _Components
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "integrity"
version = "0.8.0"
version = "0.9.0"
description = "Development facilities for the bolt environment"
authors = ["TheWii"]
license = "MIT"
Expand Down

0 comments on commit 4c94c48

Please sign in to comment.