From ada8c6bcf718c5d51f13c010202a7442251422f1 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Fri, 28 Feb 2014 18:46:23 -0800 Subject: [PATCH] v1.5.3 --- HISTORY.rst | 6 ++++++ plugin/wakatime.vim | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2f4ed4e..0b5caad 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +1.5.3 (2014-02-28) +++++++++++++++++++ + +- only save last action to ~/.wakatime.data when calling external wakatime-cli + + 1.5.2 (2014-02-05) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index a364080..c3f94ca 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -4,7 +4,7 @@ " Maintainer: WakaTime " ============================================================================ -let s:VERSION = '1.5.2' +let s:VERSION = '1.5.3' " Init {{{