Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 26, 2022
1 parent 415d923 commit 28aba17
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.2.1 (2022-01-26)
### Fix
* Correct log setting code. ([`415d923`](https://github.com/2e0byo/YADC/commit/415d92302ecc68d3d8ded387039feb6a59e498f5))

### Documentation
* Add readme. ([`8a9b8cf`](https://github.com/2e0byo/YADC/commit/8a9b8cf2f1ac8950dd5ec43b4c0fdc5991366896))

## v0.2.0 (2022-01-26)
### Feature
* **scraper:** (unused) running property to permit pausing later. ([`af0ff83`](https://github.com/2e0byo/YADC/commit/af0ff83d63b05035b12dd167b9b4169a2803a1a4))
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 = "yadc"
version = "0.2.0"
version = "0.2.1"
description = "Yet Another DVSA Cancellation checker"
authors = ["John Maximilian <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion yadc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

coloredlogs.install()

__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 28aba17

Please sign in to comment.