Skip to content

Commit

Permalink
0.2.0
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 b44020a commit fa3302d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

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

## v0.2.0 (2022-01-26)
### Feature
* **scraper:** (unused) running property to permit pausing later. ([`af0ff83`](https://github.com/2e0byo/YADC/commit/af0ff83d63b05035b12dd167b9b4169a2803a1a4))

### Fix
* **scraper:** Correct closing/opening logic. ([`1ef5f53`](https://github.com/2e0byo/YADC/commit/1ef5f5395982d12e5c931311ec5278bf3ac65dd8))
* Typo. ([`b940ccc`](https://github.com/2e0byo/YADC/commit/b940ccc98c37389f3beac5b70ac09694554d6f4b))
* Actually call self._errorfn(). ([`a8a9b5b`](https://github.com/2e0byo/YADC/commit/a8a9b5bc192ce47c8aa275edda42bf1e38ee5f88))
* **browser:** Slugify wasn't enough, use strftime. ([`ebe1357`](https://github.com/2e0byo/YADC/commit/ebe1357ecfd98bfca4c90385512fc76bffbc99a1))
* **browser:** Use slugified timestamp coz windows is rubbish :p ([`f9714ec`](https://github.com/2e0byo/YADC/commit/f9714ecdc681f02831398b5671391439be2ab705))
* **browser:** Make error dumping function a bit more robust. ([`6917e02`](https://github.com/2e0byo/YADC/commit/6917e02365e813a79766a589abb242800c354826))

### Documentation
* Update. ([`7e3ff3a`](https://github.com/2e0byo/YADC/commit/7e3ff3a6791519c7679bf9dd55cf19d8123ce9c4))
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.1.0"
version = "0.2.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.1.0"
__version__ = "0.2.0"

0 comments on commit fa3302d

Please sign in to comment.