summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-09 15:01:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-09 15:01:49 -0700
commit4c55ffc5e899e63603c09b0c37898243913e565c (patch)
tree2575a8138f0c9793a41dd7e8db28e5e2baaab837
parent519cf0fa2348e5022fc5e383e323364241d7b42f (diff)
downloadmailscripts-4c55ffc5e899e63603c09b0c37898243913e565c.tar.gz
changelog
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--debian/changelog6
-rw-r--r--mailscripts.el2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d5aa2a8..80a9232 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mailscripts (0.13-1) UNRELEASED; urgency=medium
+
+ * notmuch-extract-patch: add -v/--reroll-count option
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 09 Nov 2019 15:01:23 -0700
+
mailscripts (0.12-1) unstable; urgency=medium
* email-print-mime-structure: make typesafe.
diff --git a/mailscripts.el b/mailscripts.el
index 1e8cf93..ee05cd6 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -1,7 +1,7 @@
;;; mailscripts.el --- functions to access tools in the mailscripts package
;; Author: Sean Whitton <spwhitton@spwhitton.name>
-;; Version: 0.12
+;; Version: 0.13
;; Package-Requires: (notmuch projectile)
;; Copyright (C) 2018, 2019 Sean Whitton