aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 9638ee6..e61c249 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,31 @@
Release Notes
=============
+pkgdev 0.2.6 (2023-04-22)
+-------------------------
+
+**New Features:**
+
+- pkgdev bugs: query for existing open bugs (Arthur Zamarin)
+
+- pkgdev bugs: support piping package list from stdin (Arthur Zamarin, #136)
+
+- git: declare ``PKGDEV=1`` environment variable for git commands (Arthur
+ Zamarin, #133)
+
+**Fixed bugs:**
+
+- pkgdev bugs: handle correctly merge on new keywords of starting point (Arthur
+ Zamarin)
+
+- pkgdev bugs: fix spelling of agent noun for 'file' (Arsen Arsenović, #135)
+
+- pkgdev bugs: better error message when package not found (Arthur Zamarin,
+ #134)
+
+- pkgdev bugs: fix restriction passing to ``find_best_match`` (Arthur Zamarin,
+ #131)
+
pkgdev 0.2.5 (2023-03-11)
-------------------------