From 6f196480a040c0f57bb0a11ecae97e5b427a9d0f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 17 Apr 2022 23:57:50 -0400 Subject: Release version 0.4.0 --- .guix.scm | 2 +- Documentation/RelNotes/0.4.0.txt | 18 ++++++++++++++++++ Documentation/piem.texi | 2 +- piem.el | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 Documentation/RelNotes/0.4.0.txt 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' () + 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 ;; 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/ -- cgit v1.2.3