From e441abd36702786e2652174d7d14212ec25bc15e Mon Sep 17 00:00:00 2001 From: mbays Date: Sun, 15 May 2022 00:00:00 +0000 Subject: [PATCH] bump 0.1.11 --- CHANGELOG.gmi | 5 +++++ CHANGELOG.md | 5 +++++ Makefile | 2 +- Version.hs | 2 +- diohsc.cabal | 2 +- 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.gmi b/CHANGELOG.gmi index 5acac10..ff5c1e9 100644 --- a/CHANGELOG.gmi +++ b/CHANGELOG.gmi @@ -2,6 +2,11 @@ This file covers only non-trivial user-visible changes; see the git log for full gory details. +# 0.1.11 +* Drop targets of "log" from queues +* Preserve history when using relative links (e.g. "2?foo") +* Document backslash escapes in query + # 0.1.10 * Allow pre-fetched items in queue, with new "fetch" command to add them * Add named queues, e.g. foo~ diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acac10..ff5c1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This file covers only non-trivial user-visible changes; see the git log for full gory details. +# 0.1.11 +* Drop targets of "log" from queues +* Preserve history when using relative links (e.g. "2?foo") +* Document backslash escapes in query + # 0.1.10 * Allow pre-fetched items in queue, with new "fetch" command to add them * Add named queues, e.g. foo~ diff --git a/Makefile b/Makefile index 694529d..35916b9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1.10 +VERSION=0.1.11 GHCOPTS=-threaded -DICONV -DMAGIC -ignore-package regex-compat-tdfa diff --git a/Version.hs b/Version.hs index 7c1790c..d0c31c8 100644 --- a/Version.hs +++ b/Version.hs @@ -16,4 +16,4 @@ programName :: String programName = "diohsc" version :: String -version = "0.1.10" +version = "0.1.11" diff --git a/diohsc.cabal b/diohsc.cabal index 5ac3644..65f2b7e 100644 --- a/diohsc.cabal +++ b/diohsc.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 name: diohsc -version: 0.1.10 +version: 0.1.11 license: GPL-3 license-file: COPYING maintainer: mbays@sdf.org -- 2.11.4.GIT