* No changes to library code * Migrated from Travis to GitHub Actions, to enable running tests on creating pull request + easy publishing to PyPI.
0.7.4
* `Char` subclasses `unicode` instead of `str` in Python 2 in order to support unicode characters
0.7.3
* Add a `Char` class to deal with EDN characters. It subclasses `str` so it’s backward compatible.
0.7.2
* Fix an issue on how we read the requirements when installing the package
0.7.1
* Add support for map namespace syntax * Add `Keyword.namespace` and `Keywordwith_namespace`
0.7.0
* Add pretty-printing with `indent` parameter added to `dumps` * Update float regex to handle `M` suffix * Contributor setup : Migrate from Vagrant to Docker * Update Development Status to "5 - Production/Stable" * Run Travis tests on Python 3.8