Skip to content

Commit

Permalink
0.16.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 3, 2022
1 parent 10ac0b6 commit a8619b1
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.16.1 (2022-03-03)
### Fix
* Use subtract not elapsed, fixes #8. ([`418e20c`](https://github.com/2e0byo/YADC/commit/418e20c0ce73010eb7d831bf8e2b0213bb3b6924))

### Documentation
* Add note re tor. ([`10ac0b6`](https://github.com/2e0byo/YADC/commit/10ac0b6c2ad8beab925ae7a4a702550fffdc5044))

## v0.16.0 (2022-02-17)
### Feature
* **browser:** Even more explicit logging. ([`98cde22`](https://github.com/2e0byo/YADC/commit/98cde22e04de8e829359f9cd7c994e89b4f71385))
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.16.0"
version = "0.16.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.16.0"
__version__ = "0.16.1"

0 comments on commit a8619b1

Please sign in to comment.