diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-01 04:03:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-01 04:03:01 +0000 |
commit | 3726f0df980b93da2cb53e3791d9d2e489508e73 (patch) | |
tree | 5b6a73bc0821d368a8224791482bd6113e4966fd /CHANGELOG.md | |
parent | Adding upstream version 1.7.0. (diff) | |
download | litecli-3726f0df980b93da2cb53e3791d9d2e489508e73.tar.xz litecli-3726f0df980b93da2cb53e3791d9d2e489508e73.zip |
Adding upstream version 1.8.0.upstream/1.8.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c9926..6fad747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.8.0 - 2022-03-29 + +### Features + +* Update compatible Python versions. (Thanks: [blazewicz]) +* Add support for Python 3.10. (Thanks: [blazewicz]) +* Drop support for Python 3.6. (Thanks: [blazewicz]) + +### Bug Fixes + +* Upgrade cli_helpers to workaround Pygments regression. +* Use get_terminal_size from shutil instead of click. + ## 1.7.0 - 2022-01-11 ### Features |