diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0fe4bc8..9e16bdc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,28 @@ +1.7.0 +----- + +Minor Changes +^^^^^^^^^^^^^ + +* Replace recommendation of using system packages with pip3 (`#129 `_) @ssbarnea +* Add truecolor support (`#155 `_) @miltolstoy +* Generate documentation with Sphinx and use Read the Docs (`#141 `_) @tristanlatr +* Adds support for OSC hyperlink sequences. (`#131 `_) @hakonhagland + +Bugfixes +^^^^^^^^ + +* Add test coverage (`#148 `_) @ziegenberg +* Replace pkg_resources with importlib.metadata (`#144 `_) @ziegenberg +* fix including of CHANGELOG.rst (`#151 `_) @ziegenberg +* Update linting dependencies (`#147 `_) @ziegenberg +* Upgrade the build process (`#145 `_) @ziegenberg +* Add type hinting (`#143 `_) @ziegenberg +* Update CI badges in readme (`#142 `_) @ssbarnea +* Bump setuptools-scm version (`#138 `_) @ssbarnea + +Kudos goes to: @hakonhagland, @miltolstoy, @pre-commit-ci, @pre-commit-ci[bot], @ssbarnea, @tristanlatr and @ziegenberg + 1.6.0 ----- @@ -17,7 +42,7 @@ Bugfixes Deprecations ^^^^^^^^^^^^ -* Officialy retire support for python <= 3.6 (`#112 `__) @ssbarnea +* Officially retire support for Python <=3.5 (`#112 `__) @ssbarnea 1.5.2 -----