diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ee4bb1..f644330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/deadlinks/__version__.py b/deadlinks/__version__.py index 3bc78a8..f629502 100644 --- a/deadlinks/__version__.py +++ b/deadlinks/__version__.py @@ -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"