From 86eebd9e8f20eab4361c0aee9cbe25e69cb38082 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 26 May 2014 14:59:47 -0700 Subject: [PATCH] v2.0.1 --- HISTORY.rst | 7 +++++++ plugin/wakatime.vim | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index deb2d3f..b40e682 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.1 (2014-05-26) +++++++++++++++++++ + +- upgrade external wakatime package to v2.0.1 +- fix bug in queue preventing completed tasks from being purged + + 2.0.0 (2014-05-25) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index b388776..7e6a0cc 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.0' +let s:VERSION = '2.0.1' " Init {{{