From 103fbb2c11cf08073a4ff8757fd4f9e8ec882457 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 1 Dec 2015 12:10:09 -0800 Subject: [PATCH] v4.0.6 --- HISTORY.rst | 10 ++++++++++ plugin/wakatime.vim | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 4683c89..c0be25d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,16 @@ History ------- +4.0.6 (2015-11-01) +++++++++++++++++++ + +- upgrade wakatime cli to v4.1.8 +- default request timeout of 30 seconds +- new --timeout command line argument to change request timeout in seconds +- fix bug in guess_language function +- improve dependency detection + + 4.0.5 (2015-09-07) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 50d8abb..4ab949d 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '4.0.5' +let s:VERSION = '4.0.6' " Init {{{