Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 13, 2022
1 parent 8eae45b commit 3523e5a
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.6.1 (2022-04-13)
### Fix
* Incorrect dependency versioning. ([`8eae45b`](https://github.com/TheWii/integrity/commit/8eae45bbd3585bc492e3cd5070eb0bf0a46ccf6a))

## v0.6.0 (2022-04-12)
### Feature
* Function tags for `Component.on` with `tags` argument ([`367dda3`](https://github.com/TheWii/integrity/commit/367dda3793e9f1eaa495b639c4536be26c14f64a))
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.6.0"
__version__ = "0.6.1"

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.6.0"
version = "0.6.1"
description = "Development facilities for the bolt environment"
authors = ["TheWii"]
license = "MIT"
Expand Down

0 comments on commit 3523e5a

Please sign in to comment.