This commit is contained in:
Alan Hamlett 2015-12-01 12:10:09 -08:00
parent d6d31db5f0
commit 103fbb2c11
2 changed files with 11 additions and 1 deletions

View File

@ -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)
++++++++++++++++++

View File

@ -6,7 +6,7 @@
" Website: https://wakatime.com/
" ============================================================================
let s:VERSION = '4.0.5'
let s:VERSION = '4.0.6'
" Init {{{