summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-21 22:13:57 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-21 22:50:00 +0300
commit5bb17709f601fc3203c1426619b1d4628c5282dc (patch)
tree884314407345f82bfc1584f321b3f6f433569d72
parentdocs: improve signoff example (diff)
downloadpkgdev-5bb17709f601fc3203c1426619b1d4628c5282dc.tar.gz
pkgdev-5bb17709f601fc3203c1426619b1d4628c5282dc.tar.bz2
pkgdev-5bb17709f601fc3203c1426619b1d4628c5282dc.zip
New release 0.2.1v0.2.1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--NEWS.rst22
-rw-r--r--src/pkgdev/__init__.py2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index f7e400f..a2fe5aa 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,28 @@
Release Notes
=============
+pkgdev 0.2.1 (2022-05-21)
+-------------------------
+
+- pkgdev commit: **BREAKING-CHANGE** disable sign-off by default (Arthur
+ Zamarin, #68)
+
+- pkgdev: add configuration support. For more info look at [#]_. (Arthur
+ Zamarin, #48, #62)
+
+- pkgdev commit: new summary for stabilizing ALLARCHES (Arthur Zamarin, #61)
+
+- pkgdev mask: offer to send last-rite message email to gentoo-dev ML when
+ last-riting a package (Arthur Zamarin, #63)
+
+- pkgdev manifest: add ``--if-modified`` - restrict manifest targets to those
+ having uncommitted modifications (Arthur Zamarin, #66)
+
+- pkgdev manifest: add ``--ignore-fetch-restricted`` - skip fetch restricted
+ ebuilds (Arthur Zamarin, #67)
+
+.. [#] https://pkgcore.github.io/pkgdev/man/pkgdev.html#config-file-support
+
pkgdev 0.2.0 (2022-04-10)
-------------------------
diff --git a/src/pkgdev/__init__.py b/src/pkgdev/__init__.py
index 53e4912..8382a73 100644
--- a/src/pkgdev/__init__.py
+++ b/src/pkgdev/__init__.py
@@ -1,2 +1,2 @@
__title__ = 'pkgdev'
-__version__ = '0.2.0'
+__version__ = '0.2.1'