Skip to content

Commit

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

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

## v0.3.0 (2022-04-09)
### Feature
* Component API ([`df2c8bd`](https://github.com/TheWii/integrity/commit/df2c8bdf43df3428cc24438106429340292859de))

### Documentation
* Disable docs for now ([`37a0647`](https://github.com/TheWii/integrity/commit/37a0647d2b029d584f3da4ad980dfc8bf5263485))

## v0.2.0 (2022-04-09)
### Feature
* Top-level module components ([`9d0557c`](https://github.com/TheWii/integrity/commit/9d0557c459d8d91778a363a6c38c1158b7e13c8f))
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.2.0"
__version__ = "0.3.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.2.0"
version = "0.3.0"
description = "Development facilities for the bolt environment"
authors = ["TheWii"]
license = "MIT"
Expand Down

0 comments on commit 415aab8

Please sign in to comment.