Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 17, 2022
1 parent 98cde22 commit 05315c4
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.0 (2022-02-17)
### Feature
* **browser:** Even more explicit logging. ([`98cde22`](https://github.com/2e0byo/YADC/commit/98cde22e04de8e829359f9cd7c994e89b4f71385))

### Fix
* **browser:** Only log when we actually wait. ([`48894fb`](https://github.com/2e0byo/YADC/commit/48894fb576e5d0e75bea3107ed5ad2d60ccdd161))

## v0.15.0 (2022-02-02)
### Feature
* **browser:** Enable taking control of browser (terminally). ([`064e2dd`](https://github.com/2e0byo/YADC/commit/064e2dd53a1c4d6ef3d0beeb6227e7fdf82efd71))
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.15.0"
version = "0.16.0"
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.15.0"
__version__ = "0.16.0"

0 comments on commit 05315c4

Please sign in to comment.