aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-09-09 08:50:25 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-09-09 09:04:03 +0300
commit4ba1dda7fdb88e26bf8c364361a2a5910a6ffba6 (patch)
treeb58b410770a8889921c68e677591a8fd525f3bb6
parentpkgdev_bugs: add warning about using --api-key, document ~/.bugz_token (diff)
downloadpkgdev-4ba1dda7fdb88e26bf8c364361a2a5910a6ffba6.tar.gz
pkgdev-4ba1dda7fdb88e26bf8c364361a2a5910a6ffba6.tar.bz2
pkgdev-4ba1dda7fdb88e26bf8c364361a2a5910a6ffba6.zip
new release 0.2.8v0.2.8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--NEWS.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 9d9cafa..8859e7f 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,37 @@
Release Notes
=============
+pkgdev 0.2.8 (2023-09-09)
+-------------------------
+
+**New Features:**
+
+- pkgdev bugs: add support for passing a root blocker bug, upon which all top
+ level bugs will block (Arthur Zamarin, #139)
+
+- pkgdev bugs: fallback to ``~/.bugz_token`` for api-key (Arthur Zamarin, #138)
+
+- pkgdev bugs: improve ``--api-key`` description and include appropriate
+ warning (Florian Schmaus, #159)
+
+- pkgdev bugs: add support for stabilization groups (Arthur Zamarin, #154)
+
+- pkgdev commit: add support for enabling or disabling gpg signing (Arthur
+ Zamarin, #147)
+
+- pkgdev push: ``--ask`` stops for confirmation on warnings too (Arthur Zamarin,
+ #152)
+
+**Fixed bugs:**
+
+- pkgdev bugs: truncate too long bug summaries (Arthur Zamarin, #141)
+
+- pkgdev bugs: show correct number of bugs which would be opened (Arthur
+ Zamarin, #142)
+
+- pkgdev bugs: do not swallow exceptions when reading ``~/.bugz_token``
+ (Florian Schmaus, #158)
+
pkgdev 0.2.7 (2023-04-22)
-------------------------