Skip to content

Commit

Permalink
chores(release): Version Bumped to 0.3.0
Browse files Browse the repository at this point in the history
* `feature`: #8 `robots.txt` supported (only checking what content
   allowed to be crawled)
* `feature`: github actions supported image (see #28)
* `docs`: github actions supported image (see #28)
* `bugfix`: #51 links with \n character are working now.
* `bugfix`: #46 trailing slash in redirection urls.
* `bugfix`: #33 external redirection error
  • Loading branch information
butuzov committed Mar 1, 2020
1 parent e9ddaca commit 4128527
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

0.3.0 - 01-03-2020
* `feature`: #8 `robots.txt` supported (only checking what content allowed to be crawled)
* `feature`: github actions supported image (see #28)
* `docs`: github actions supported image (see #28)
* `bugfix`: #51 links with \n character are working now.
* `bugfix`: #46 trailing slash in redirection urls.
* `bugfix`: #33 external redirection error

0.2.1 - 09-12-2019
* `docs`: Added AzurePilelines and CircleCI integration examples (https://deadlinks.readthedocs.io/).
* `bugfix`: Improved a bit local files checks (https://github.com/butuzov/deadlinks/issues/45).
Expand Down
2 changes: 1 addition & 1 deletion deadlinks/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""

# package meta data
__app_version__ = "0.2.1"
__app_version__ = "0.3.0"
__app_package__ = "deadlinks"
__app_license__ = "Apache License 2.0"
__app_website__ = "https://github.com/butuzov/deadlinks"
Expand Down

0 comments on commit 4128527

Please sign in to comment.