commit:     b090c248e948a908775f34fa80638d7a304f1bc0
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 22:05:10 2023 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 22:06:48 2023 +0000
URL:        https://gitweb.gentoo.org/proj/elogv.git/commit/?id=b090c248

Release 0.8.3

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 ChangeLog      | 10 ++++++++--
 pyproject.toml |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8bf7b0a..b04ab04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,16 @@
 # ChangeLog for elogv
 
+0.8.3
+  * Support variable PORTAGE_LOGDIR (#21)
+  * Correct/clarify code license to be "GPL v2 or later" in packaging (#19)
+  * Start using GitHub Actions and pre-commit for CI (#18)
+  * Start using QA tools black, isort, ruff (#16)
+
 0.8.2
-  * Fix decompression and port to standard library lzma
+  * Fix decompression and port to standard library lzma (#15)
 
 0.8.1
-  * Port to setuptools and PEP517 (Gentoo bug #841134)
+  * Port to setuptools and PEP517 (#14, Gentoo bug #841134)
 
 0.8.0
   * Set "packages=[]" in setup.py to fix the build

diff --git a/pyproject.toml b/pyproject.toml
index 441f5ce..1fc8f61 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "elogv"
-version = "0.8.2"
+version = "0.8.3"
 authors = [
     {name = "Luca Marturana", email = "lucamartur...@gmail.com"},
 ]

Reply via email to