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 {{{