diff --git a/docs/changelog.rst b/docs/changelog.rst index cbebc90..acbf3c3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,44 @@ Changelog ========= +Version 0.1.2 +------------- + +Released on 2021-10-30. + +Bug fixes: + +* `#9 `_: + Implement escaping for Strings + +Contributors: + +* Guillaume Ayoub +* Rian McGuire + +Backers and sponsors: + +* Grip Angebotssoftware +* SimonSoft +* Menutech +* Manuel Barkhau +* Simon Sapin +* KontextWork +* René Fritz +* Maykin Media +* NCC Group +* Crisp BV +* Des images et des mots +* Andreas Zettl +* Nathalie Gutton +* Tom Pohl +* Moritz Mahringer +* Florian Demmer +* Yanal-Yvez Fargialla +* G. Allard +* Gábor + + Version 0.1.1 ------------- diff --git a/pydyf/__init__.py b/pydyf/__init__.py index 7352ed1..05dccf6 100755 --- a/pydyf/__init__.py +++ b/pydyf/__init__.py @@ -7,7 +7,7 @@ import zlib from codecs import BOM_UTF16_BE -VERSION = __version__ = '0.1.1' +VERSION = __version__ = '0.1.2' def _to_bytes(item):