From f5848439ffdf63db3859f692df1d8fa64b1b3edf Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 2 Apr 2015 17:18:15 -0700 Subject: [PATCH] v3.0.9 --- HISTORY.rst | 9 +++++++++ plugin/wakatime.vim | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index bc80b44..e8fcfb0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,15 @@ History ------- +3.0.9 (2015-04-02) +++++++++++++++++++ + +- upgrade wakatime cli to v4.0.7 +- update requests package to v2.0.6 +- update simplejson to v3.6.5 +- capture warnings in log file + + 3.0.8 (2015-03-09) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 1b3331f..587b508 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '3.0.8' +let s:VERSION = '3.0.9' " Init {{{