aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-04-22 20:13:57 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-22 20:13:57 +0300
commit6f9eabbdda27ff6727e8b787605c23c620cb0c43 (patch)
tree6b6cd2cdf29e610183af5c0fc8a90529b07d85db /NEWS.rst
parentci: use new PyPI OIDC publish (diff)
downloadpkgdev-6f9eabbdda27ff6727e8b787605c23c620cb0c43.tar.gz
pkgdev-6f9eabbdda27ff6727e8b787605c23c620cb0c43.tar.bz2
pkgdev-6f9eabbdda27ff6727e8b787605c23c620cb0c43.zip
new release 0.2.6
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
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)
-------------------------