Skip to content

Commit a3f2b42

Browse files
committed
Release 0.2.2
1 parent 685ace7 commit a3f2b42

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
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:**

https_everywhere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
limitations under the License.
1717
"""
1818

19-
__version__ = "0.2.1"
19+
__version__ = "0.2.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from setuptools import find_packages, setup
2121

22-
__version__ = "0.2.1"
22+
__version__ = "0.2.2"
2323

2424
classifiers = """\
2525
Environment :: Console

0 commit comments

Comments
 (0)