@@ -186,25 +186,25 @@ Version History
186186======= ========== ===========================================================
187187Version Released Changes
188188------- ---------- -----------------------------------------------------------
189- v0.0.1 2017-06-16 - Initial public release.
190- v0.0.2 2017-06-16 - Explicitly depend on flake8 v3.0.0 or later.
191- - Improved documentation.
192- v0.0.3 2017-06-16 - Ensure plugin code and RST files themselves validate.
193- - Removed unused import of ``six `` module.
194- - Basic continuous integration checks with TravisCI.
195- v0.0.4 2017-06-19 - Catch docstring linting failures, report as ``RST903 ``.
196- v0.0.5 2017-06-19 - Support PEP263 style encoding declaration under Python 2.
197- - Introduced ``RST900 `` when fail to open the file.
198- v0.0.6 2017-08-18 - Support PEP263 style encodings following a hashbang line
199- (bug fix for issue #2).
200- v0.0.7 2017-08-25 - Remove triple-quotes before linting, was causing false
201- positives reporting RST entries ending without a blank
202- line at end of docstrings (bug fix for issue #1).
203- v0.0.8 2017-10-09 - Adds ``RST303 `` and ``RST304 `` for unknown directives and
204- interpreted text role as used in Sphinx-Needs extension.
205189v0.0.9 2019-04-22 - Checks positive and negative examples in test framework.
206190 - Adds ``RST212 ``, ``RST305 `` and ``RST306 `` (contribution
207191 from Brian Skinn).
192+ v0.0.8 2017-10-09 - Adds ``RST303 `` and ``RST304 `` for unknown directives and
193+ interpreted text role as used in Sphinx-Needs extension.
194+ v0.0.7 2017-08-25 - Remove triple-quotes before linting, was causing false
195+ positives reporting RST entries ending without a blank
196+ line at end of docstrings (bug fix for issue #1).
197+ v0.0.6 2017-08-18 - Support PEP263 style encodings following a hashbang line
198+ (bug fix for issue #2).
199+ v0.0.5 2017-06-19 - Support PEP263 style encoding declaration under Python 2.
200+ - Introduced ``RST900 `` when fail to open the file.
201+ v0.0.4 2017-06-19 - Catch docstring linting failures, report as ``RST903 ``.
202+ v0.0.3 2017-06-16 - Ensure plugin code and RST files themselves validate.
203+ - Removed unused import of ``six `` module.
204+ - Basic continuous integration checks with TravisCI.
205+ v0.0.2 2017-06-16 - Explicitly depend on flake8 v3.0.0 or later.
206+ - Improved documentation.
207+ v0.0.1 2017-06-16 - Initial public release.
208208======= ========== ===========================================================
209209
210210
0 commit comments