summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.guix.scm2
-rw-r--r--Documentation/RelNotes/0.4.0.txt18
-rw-r--r--Documentation/piem.texi2
-rw-r--r--piem.el2
4 files changed, 21 insertions, 3 deletions
diff --git a/.guix.scm b/.guix.scm
index 7743da7..c986fca 100644
--- a/.guix.scm
+++ b/.guix.scm
@@ -48,7 +48,7 @@
(define-public piem
(package
(name "piem")
- (version "0.3.0")
+ (version "0.4.0")
(source
(origin
(method git-fetch)
diff --git a/Documentation/RelNotes/0.4.0.txt b/Documentation/RelNotes/0.4.0.txt
new file mode 100644
index 0000000..90a87c3
--- /dev/null
+++ b/Documentation/RelNotes/0.4.0.txt
@@ -0,0 +1,18 @@
+piem v0.4.0 release notes
+=========================
+
+Changes since v0.3.0
+--------------------
+
+ * New function piem-notmuch-extract-patch-am-ready-mbox executes
+ mailscripts' (<https://git.spwhitton.name/mailscripts/>)
+ notmuch-extract-patch script to extract patches from a thread. For
+ Notmuch users, this provides an alternative to extracting patches
+ with b4 via piem-b4-am-from-mid.
+
+ * New command piem-edit makes it possible to edit an am-ready mbox
+ before applying it.
+
+ * piem-lei-query-thread has been split into piem-lei-mid-thread and
+ piem-lei-query-threads. The latter can be used display multiple
+ threads matching a query.
diff --git a/Documentation/piem.texi b/Documentation/piem.texi
index b7a02e3..fc9f795 100644
--- a/Documentation/piem.texi
+++ b/Documentation/piem.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
-@set VERSION 0.3.0
+@set VERSION 0.4.0
@setfilename piem.info
@documentencoding UTF-8
diff --git a/piem.el b/piem.el
index cce94c3..22d8212 100644
--- a/piem.el
+++ b/piem.el
@@ -4,7 +4,7 @@
;; Author: Kyle Meyer <kyle@kyleam.com>
;; Keywords: vc, tools
-;; Version: 0.3.0
+;; Version: 0.4.0
;; Package-Requires: ((emacs "26.3") (transient "0.3.0"))
;; Homepage: https://git.kyleam.com/piem/about/