-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
1 parent
b44020a
commit fa3302d
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
coloredlogs.install() | ||
|
||
__version__ = "0.1.0" | ||
__version__ = "0.2.0" |