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