commit: b17d5b4868bca8c0ca9c6e259f5c76abb682c219 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 24 07:33:04 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jan 24 07:33:04 2025 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=b17d5b48
new release 0.12.29 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index b9b1caa5..fecb6024 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,24 @@ Release Notes ============= +---------------------------- +pkgcore 0.12.29 (2025-01-24) +---------------------------- + +- patom: support STDIN input when "-" is passed as an argument (Arthur Zamarin, + #226) + +- pquery: support STDIN input when "-" is passed as an argument (Arthur Zamarin, + #226) + +- docs: ensure that Sphinx builds the current source code (Eli Schwartz) + +- docs: make the manpages contain the extended help text (Eli Schwartz) + +- pquery: add ``--live`` and ``--non-live`` filters (Arthur Zamarin) + +- pquery: add support for ``--format`` custom formatting (Arthur Zamarin, #168) + ---------------------------- pkgcore 0.12.28 (2024-09-06) ----------------------------
