aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-09-06 14:33:44 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-09-06 15:03:25 +0300
commitf9cd758598daa193376c0a326f07b7963e85a33d (patch)
tree15f325bc04dc6f5c4c845d72b6c02eb9cc76f597
parentbash completion: replace deprecated _init_completion (diff)
downloadpkgdev-main.tar.gz
pkgdev-main.tar.bz2
pkgdev-main.zip
new release 0.2.11HEADv0.2.11main
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--NEWS.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 70e8399..ac4c715 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,19 @@
Release Notes
=============
+pkgdev 0.2.11 (2024-09-06)
+-------------------------
+
+- bash completion: improve path handling (Arthur Zamarin)
+
+- mask: update removal line to match GLEP-84 (Arthur Zamarin)
+
+- mask: support auto filing of last-rite bug & PMASKED bugs (Arthur Zamarin, #187)
+
+- mask: support comma separated bugs for ``-b`` and ``--bug`` (Arthur Zamarin)
+
+- tatt: fix template generating extra empty file (Arthur Zamarin)
+
pkgdev 0.2.10 (2024-03-12)
-------------------------