commit: f9cd758598daa193376c0a326f07b7963e85a33d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 6 11:33:44 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Sep 6 12:03:25 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=f9cd7585
new release 0.2.11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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) -------------------------
