1
0
Fork 0

Merging upstream version 1.8.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:44:54 +01:00
parent d6182ff8b2
commit c82478bb50
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 31 additions and 16 deletions

View file

@ -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