aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--pyproject.toml2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a230f2..8735658 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
# ChangeLog for elogv
+0.8.2
+ * Fix decompression and port to standard library lzma
+
0.8.1
* Port to setuptools and PEP517 (Gentoo bug #841134)
diff --git a/pyproject.toml b/pyproject.toml
index 0476844..2edc922 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "elogv"
-version = "0.8.1"
+version = "0.8.2"
authors = [
{name = "Luca Marturana", email = "lucamarturana@gmail.com"},
]