summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-20 09:00:48 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-20 09:00:48 +0200
commit23b81eaac3c59c3a4359b87381474c203b8d1957 (patch)
treed0e824badeade69dd5aba86c7276e1e5a8434aa3
parent4225b4c45c32d6121cec7b8cb1bfeb0daef6faa8 (diff)
parent3c3f849864d2d61c8b79e3313c947f63de7b04a4 (diff)
downloadwarlock-23b81eaac3c59c3a4359b87381474c203b8d1957.tar.gz
Merge branch 'release1.3.2'
No actual changes from 1.3.2 are merged as the touched files (and issue) are no longer present. See #37
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7185ae2..50dfc19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Replace setuptools with poetry for packaging and dependency management
+## [1.3.2] - 2019-05-20
+### Fixed
+- README failed parsing in non utf-8 environments. Enforce encoding. #37
+
## [1.3.1] - 2019-05-19
### Added
- Travis CI test support for Python 3.6, and 3.7
@@ -41,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.8.0] - 2013-01-21
## [0.7.0] - 2012-11-26
-[Unreleased]: https://github.com/bcwaldon/warlock/compare/v1.3.1...HEAD
+[Unreleased]: https://github.com/bcwaldon/warlock/compare/v1.3.2...HEAD
+[1.3.2]: https://github.com/bcwaldon/warlock/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/bcwaldon/warlock/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/bcwaldon/warlock/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/bcwaldon/warlock/compare/1.1.0...1.2.0