From 631c61ea1c0c313dc4b87f30a949b6c8288b75fa Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 30 Sep 2014 10:15:34 -0700 Subject: [PATCH] v2.0.8 --- HISTORY.rst | 7 +++++++ plugin/wakatime.vim | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 12463df..d6bfdc3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.8 (2014-09-30) +++++++++++++++++++ + +- upgrade external wakatime package to v2.1.1 +- fix bug where binary file opened as utf-8 + + 2.0.7 (2014-09-30) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 459e07c..aa078c6 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.7' +let s:VERSION = '2.0.8' " Init {{{