sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 73c533596ca6b6654214ec5924417c7b64a42a1b
parent f8e4d58a709fc360ce4bccb6402c71b34d94c6b4
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 12 Jul 2020 10:54:40 +1000

release 1.0

Diffstat:
M History.txt | 5 +++++
M lib/sup/version.rb | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/History.txt b/History.txt
@@ -1,3 +1,8 @@
+== 1.0 / 2020-07-12
+
+No changes. The version number is incremented to 1.0 to reflect the fact that
+Sup is mature and no further backwards-incompatible changes are planned.
+
 == 0.23 / 2020-07-10
 
 * #505: Shell metacharacters in attachment filenames are no longer escaped when
diff --git a/lib/sup/version.rb b/lib/sup/version.rb
@@ -8,5 +8,5 @@ def git_suffix
 end
 
 module Redwood
-  VERSION = "0.24#{git_suffix}"
+  VERSION = "1.0"
 end