From 7ec0a1d70394bd8983a00760b7e72e32516bc896 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 10 Nov 2014 15:18:26 -0800 Subject: [PATCH] v2.0.10 --- HISTORY.rst | 7 +++++++ plugin/wakatime.vim | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 339817c..6fb9fe6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.10 (2014-11-10) +++++++++++++++++++ + +- upgrade external wakatime package to v2.1.3 +- correctly detect branch for subversion projects + + 2.0.9 (2014-11-03) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index d0b046e..42e35d0 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.9' +let s:VERSION = '2.0.10' " Init {{{