This commit is contained in:
Alan Hamlett 2014-11-03 22:53:22 -08:00
parent ca4b59d29a
commit c248c20aea
2 changed files with 8 additions and 1 deletions

View File

@ -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) 2.0.8 (2014-09-30)
++++++++++++++++++ ++++++++++++++++++

View File

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