CHANGES
=======

0.3.4
-----

* add checking of self- and local html anchors
* Add rst to supported files
* Update metadata for JupyterLab

v0.3.2
------

* Add note about pbr

0.3.1
-----

* remove redundant check
* Honor Retry-After header

0.3.0
-----

* proper tests
* move examples to examples dir
* add travis config
* Use warnings.warn
* Efficiency tweak
* Allow relative links to supported files
* use standard name
* Update example name
* Add rst handling

0.2.0
-----

* Use \`extensions\_str\` for warning output
* Rename entrypoint
* We don't need to explicitly load our plugin
* Add \`--links-ext\` for which extensions to check
* Add a markdown file that has workable links
* Add a main entry point
* Setup lint ignore

0.1.0
-----

* use io.open
* open all files as UTF-8
* arg typo

0.0.2
-----

* set user-agent on requests
* resolve local URLs with escapes, hash, query correctly
* TODO: test self
* add some TODO

0.0.1
-----

* universal wheel
* a bit in the README
* test notebook
* add plugin
* add requirements
* ignore pbr files
* init package
* Initial commit
