This commit is contained in:
Alan Hamlett 2014-12-04 11:44:12 -08:00
parent 9309203a3c
commit 20fceaef37
2 changed files with 9 additions and 1 deletions

View File

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

View File

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