From c248c20aea1892dd4db7dc7bf1c74f1ad149d551 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 3 Nov 2014 22:53:22 -0800 Subject: [PATCH] v2.0.9 --- HISTORY.rst | 7 +++++++ plugin/wakatime.vim | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index d6bfdc3..339817c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.9 (2014-11-03) +++++++++++++++++++ + +- upgrade external wakatime package to v2.1.2 +- catch UnicodeDecodeErrors to prevent error messages propegating into Vim + + 2.0.8 (2014-09-30) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index aa078c6..d0b046e 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.8' +let s:VERSION = '2.0.9' " Init {{{