File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed
Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## v0 .2.1
3+ ## [ 0 .2.2 ] ( https://github.com/jayvdb/https-everywhere-py/tree/0.2.2 ) (2020-03-23)
44
5+ [ Full Changelog] ( https://github.com/jayvdb/https-everywhere-py/compare/0.2.1...0.2.2 )
6+
7+ ** Implemented enhancements:**
8+
9+ - Add recipe for blocking HTTP [ \# 33] ( https://github.com/jayvdb/https-everywhere-py/issues/33 )
10+ - Switched from ` logzero ` to ` logging-helper ` [ \# 24] ( https://github.com/jayvdb/https-everywhere-py/issues/24 )
11+
12+ ** Fixed bugs:**
13+
14+ - Parse HSTS Google entries [ \# 10] ( https://github.com/jayvdb/https-everywhere-py/issues/10 )
15+
16+ ** Closed issues:**
17+
18+ - Cirrus py27 is running Python 3.7 [ \# 34] ( https://github.com/jayvdb/https-everywhere-py/issues/34 )
19+ - Send coverage to codecov.io [ \# 26] ( https://github.com/jayvdb/https-everywhere-py/issues/26 )
20+ - Log start and end of rule simplification process [ \# 4] ( https://github.com/jayvdb/https-everywhere-py/issues/4 )
21+
22+ ## [ 0.2.1] ( https://github.com/jayvdb/https-everywhere-py/tree/0.2.1 ) (2020-02-27)
523[ Full Changelog] ( https://github.com/jayvdb/https-everywhere-py/compare/0.2.0...0.2.1 )
624
725** Closed issues:**
Original file line number Diff line number Diff line change 1616limitations under the License.
1717"""
1818
19- __version__ = "0.2.1 "
19+ __version__ = "0.2.2 "
Original file line number Diff line number Diff line change 1919
2020from setuptools import find_packages , setup
2121
22- __version__ = "0.2.1 "
22+ __version__ = "0.2.2 "
2323
2424classifiers = """\
2525 Environment :: Console
You can’t perform that action at this time.
0 commit comments