about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-12-31 22:54:00 +0000
committerEric Wong <e@80x24.org>2017-12-31 22:54:00 +0000
commitc7e0972eb81e53ddbe1def3d6d8439dcb6b907e4 (patch)
tree766a9e113efc6cadd0509d979096e24dad05a5cd /GNUmakefile
parent729378121f789632acd4fc84badf11dd1f66d0a5 (diff)
downloadmsgthr-c7e0972eb81e53ddbe1def3d6d8439dcb6b907e4.tar.gz
This release simplifies the API to avoid (and raise on) user
errors.  If your code worked with previous versions, there
are no changes necessary to make.

This release fixes our API to match the documentation in making
Msgthr#order! optional.  Furthermore, the block previously
passed to Msgthr#order! may now be passed to Msgthr#thread!
instead.

For users who truly do not care about ordering, Msgthr#walk_thread
may be called immediately after the last call to Msgthr#add.

Thanks to Dimid Duchovny for the feedback which led to this release:
https://80x24.org/msgthr-public/CANKvuDc2mkxLuh+3+WXWfMXzxK2bShNesrD5xLocGOD1RybbwQ@mail.gmail.com/
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index dbc02f4..ae993b1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -4,7 +4,7 @@ all::
 pkg = msgthr
 RUBY = ruby
 lib := lib
-VERSION := 1.0.1
+VERSION := 1.1.0
 RSYNC_DEST := 80x24.org:/srv/80x24/msgthr/
 
 RSYNC = rsync