summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-01 04:03:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-01 04:03:04 +0000
commitbcf25fe43e1ff52986a0453cd491a141d9893444 (patch)
tree2f87f2457f9594c0d88388b2c61c9127db9baed7 /CHANGELOG.md
parentReleasing debian version 1.7.0-1. (diff)
downloadlitecli-bcf25fe43e1ff52986a0453cd491a141d9893444.tar.xz
litecli-bcf25fe43e1ff52986a0453cd491a141d9893444.zip
Merging upstream version 1.8.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
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