From d1daa6e2cd2174389e18ac93396ba6d421bfe06b Mon Sep 17 00:00:00 2001 From: Brett Terpstra Date: Mon, 10 Feb 2020 05:51:27 -0600 Subject: [PATCH] version bump --- README.md | 8 ++++++++ lib/doing/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c53571be..28c34779 100644 --- a/README.md +++ b/README.md @@ -600,6 +600,14 @@ Feel free to [poke around](http://github.com/ttscoff/doing/), I'll try to add mo ## Changelog +#### 1.0.24 + +- `doing note` operates on whatever is most recent, not just the last note in Currently +- `doing tag` with no count specified operates on most recent entry in any section, not just Currently +- `doing tag` with a count greater than 1 requires a section to be specified +- Improved results reporting for `doing tag` +- When removing tag do a whole-word match to avoid removing part of a longer tag + #### 1.0.23 - Apply default_tags after autotagging to avoid tags triggering tags diff --git a/lib/doing/version.rb b/lib/doing/version.rb index 950c4da5..87fd2b0f 100644 --- a/lib/doing/version.rb +++ b/lib/doing/version.rb @@ -1,3 +1,3 @@ module Doing - VERSION = '1.0.23' + VERSION = '1.0.24' end