v4.0.12
This commit is contained in:
parent
fd7fb0ca45
commit
da4c6b290e
2 changed files with 10 additions and 1 deletions
|
@ -3,6 +3,15 @@ History
|
|||
-------
|
||||
|
||||
|
||||
4.0.12 (2016-06-08)
|
||||
++++++++++++++++++
|
||||
|
||||
- Upgrade wakatime-cli to master version to fix bug in urllib3 package causing
|
||||
unhandled retry exceptions.
|
||||
- Prevent tracking git branch with detached head.
|
||||
- Support for SOCKS proxies.
|
||||
|
||||
|
||||
4.0.11 (2016-05-16)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
" Website: https://wakatime.com/
|
||||
" ============================================================================
|
||||
|
||||
let s:VERSION = '4.0.11'
|
||||
let s:VERSION = '4.0.12'
|
||||
|
||||
|
||||
" Init {{{
|
||||
|
|
Loading…
Reference in a new issue