commit: e069b77efbebf617961a3b17690c3fd366b32ca9 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue Mar 12 20:03:44 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Mar 12 20:03:44 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=e069b77e
new release 0.2.10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 0278817..70e8399 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,21 @@ Release Notes ============= +pkgdev 0.2.10 (2024-03-12) +------------------------- + +**Fixed bugs:** + +- bugs: don't crash when package isn't found in git history (Arthur Zamarin) + +- tatt: fix ``required_use`` for packages from bug's package list (Arthur + Zamarin) + +- tatt: test run should be after the use combinations (Arthur Zamarin, #174) + +- bash-completion: fix missing args for "bugs" and mistake for "mask" (Arthur + Zamarin) + pkgdev 0.2.9 (2024-02-08) -------------------------
