From 20fceaef374c6132ee20656fa1137a482937da63 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 4 Dec 2014 11:44:12 -0800 Subject: [PATCH] v2.0.14 --- HISTORY.rst | 8 ++++++++ plugin/wakatime.vim | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 41023ff..facabd0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ------- +2.0.14 (2014-12-04) ++++++++++++++++++++ + +- upgrade external wakatime package to v2.1.8 +- fix UnicodeDecodeError when building user agent string +- handle case where response is None + + 2.0.13 (2014-11-30) +++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 4cfcc49..b250008 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.13' +let s:VERSION = '2.0.14' " Init {{{