aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-26 17:27:42 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-26 17:27:42 +0200
commitd1de2b2b61cf296b47a788ae0978169f8744de9a (patch)
tree7cdef0489f8db0eb373b6f34b723c45e1e9ca29b
parentpush: add option `--pull` (diff)
downloadpkgdev-d1de2b2b.tar.gz
pkgdev-d1de2b2b.tar.bz2
pkgdev-d1de2b2b.zip
new release 0.2.4v0.2.4
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--NEWS.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index a4834b7..8523806 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,25 @@
Release Notes
=============
+pkgdev 0.2.4 (2022-11-26)
+-------------------------
+
+- commit: don't show disable for python targets that are disabled (Arthur
+ Zamarin)
+
+- commit: mention ``-e`` as nice option (Arthur Zamarin)
+ https://bugs.gentoo.org/846785
+
+- Use flit with custom wrapper as build backend (Arthur Zamarin, #104)
+
+- showkw: use color 90 instead of 30 (Arthur Zamarin)
+
+- cli: add support to disable colors using environment variable ``NOCOLOR``
+ (Arthur Zamarin)
+
+- push: add ``--pull`` option to auto pull and rebase latest changes from
+ remote before scanning and pushing (Arthur Zamarin, #105)
+
pkgdev 0.2.3 (2022-10-14)
-------------------------