Skip to content

Commit

Permalink
Version 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Aug 16, 2017
1 parent e59c31f commit af6f14a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@ cssselect2 changelog
====================


Version 0.2.0
-------------

Released on 2017-08-16.

* Fix some selectors for HTML documents with no namespace.
* Don't crash when the attribute comparator is unknown.
* Don't crash when there are empty attribute classes.
* Follow semantic versioning.


Version 0.1
-----------

Not released yet.
Released on 2017-07-07.

* Initial release.
2 changes: 1 addition & 1 deletion cssselect2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .compiler import compile_selector_list, CompiledSelector # noqa


VERSION = '0.1'
VERSION = '0.2.0'


class Matcher(object):
Expand Down

0 comments on commit af6f14a

Please sign in to comment.