Skip to content

Commit

Permalink
chores(release): Version Bumped to 0.2.0
Browse files Browse the repository at this point in the history
* `docs`: better documentation with ci examples
   (https://deadlinks.readthedocs.io/).

* `install`: install `deadlinks` on mac with `brew`
   (https://github.com/butuzov/homebrew-deadlinks)

* `feature`: `_redirects` files support
   (https://github.com/butuzov/deadlinks/tree/0.2.0)

* `feature`: `serve` local files
   (https://github.com/butuzov/deadlinks/tree/0.2.0)
  • Loading branch information
butuzov committed Dec 1, 2019
1 parent ccae7b2 commit 92e3512
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# CHANGELOG

0.2.0 - 01-12-2019
* `docs`: better documentation with ci examples (https://deadlinks.readthedocs.io/).
* `install`: install `deadlinks` on mac with `brew` (https://github.com/butuzov/homebrew-deadlinks)
* `feature`: `_redirects` files support (https://github.com/butuzov/deadlinks/tree/0.2.0)
* `feature`: `serve` local files (https://github.com/butuzov/deadlinks/tree/0.2.0)

0.1.1 - 13-11-2019
* **bugfix** butuzov/deadlinks#20 termination bug finally caught.
* **project** TravisCI improved by fixing tests and implementing checks for the docs.
* **project** Links in project at pypi.org.
* **fix** butuzov/deadlinks#4880db5 typo in Exception Class name fixed.
* `bugfix`: butuzov/deadlinks#20 termination bug finally caught.
* `project`: TravisCI improved by fixing tests and implementing checks for the docs.
* `project`: Links in project at pypi.org.
* `fix`: butuzov/deadlinks#4880db5 typo in Exception Class name fixed.
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.1.1"
__app_version__ = "0.2.0"
__app_package__ = "deadlinks"
__app_license__ = "Apache License 2.0"
__app_website__ = "https://github.com/butuzov/deadlinks"
Expand Down

0 comments on commit 92e3512

Please sign in to comment.