Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Jan 21, 2018
1 parent eefb29e commit 1bb3de1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,15 @@ Changelog

Install a particular version, for example ``0.1.14``, with ``pip install html5validator==0.1.14``.

* `master <https://github.com/svenkreiss/html5validator/compare/v0.2.8...master>`_
* `master <https://github.com/svenkreiss/html5validator/compare/v0.3.0...master>`_
* `0.3.0 <https://github.com/svenkreiss/html5validator/compare/v0.2.8...v0.3.0>`_ (2018-01-21)
* update vnu jar to 17.11.1
* support explicit list of files: ``html5validator file1.html file2.html``
* new command line options: ``--no-langdetect``, ``--format``
* new tests for ``--show-warnings`` flag
* refactored internal API
* bugfix: check existence of Java
* bugfix: split Java and vnu.jar command line options
* `0.2.8 <https://github.com/svenkreiss/html5validator/compare/v0.2.7...v0.2.8>`_ (2017-09-08)
* update vnu jar to 17.9.0
* suppress a warning from the JDK about picked up environment variables
Expand Down
2 changes: 1 addition & 1 deletion html5validator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Validate HTML5 files."""
# flake8: noqa

__version__ = "0.2.10"
__version__ = "0.3.0"

from .validator import Validator, JavaNotFoundException

0 comments on commit 1bb3de1

Please sign in to comment.