diff options
author | Jan Willhaus <mail@janwillhaus.de> | 2019-05-20 08:42:34 +0200 |
---|---|---|
committer | Jan Willhaus <mail@janwillhaus.de> | 2019-05-20 08:51:53 +0200 |
commit | c255c8a3988e4d1fb7378b76f1d933b79022989f (patch) | |
tree | 4dd303cd077f60a928abb8a6eb9e394760bf719b /CHANGELOG.md | |
parent | 4241a7a9fbccfce7eb3298c2abdf00ca2dede64a (diff) | |
download | warlock-c255c8a3988e4d1fb7378b76f1d933b79022989f.tar.gz |
Add release to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9026e44..a4a5ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 @@ -39,7 +43,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 |