This commit is contained in:
Alan Hamlett 2016-01-06 13:59:56 -08:00
parent 297f65733f
commit 4aa06e3829
2 changed files with 13 additions and 1 deletions

View File

@ -3,6 +3,18 @@ History
-------
6.0.2 (2016-01-06)
++++++++++++++++++
- upgrade wakatime-cli core to v4.1.9
- improve C# dependency detection
- correctly log exception tracebacks
- log all unknown exceptions to wakatime.log file
- disable urllib3 SSL warning from every request
- detect dependencies from golang files
- use api.wakatime.com for sending heartbeats
6.0.1 (2016-01-01)
++++++++++++++++++

View File

@ -7,7 +7,7 @@ Website: https://wakatime.com/
==========================================================="""
__version__ = '6.0.1'
__version__ = '6.0.2'
import sublime