This commit is contained in:
Alan Hamlett 2014-07-25 02:36:42 -07:00
parent bcfb9862af
commit 6ec3b171e1
2 changed files with 15 additions and 1 deletions

View File

@ -3,6 +3,20 @@ History
-------
2.0.7 (2014-07-25)
++++++++++++++++++
- upgrade external wakatime package to v2.0.5
- option in .wakatime.cfg to obfuscate file names
2.0.6 (2014-07-25)
++++++++++++++++++
- upgrade external wakatime package to v2.0.4
- use unique logger namespace to prevent collisions in shared plugin environments
2.0.5 (2014-06-18)
++++++++++++++++++

View File

@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details.
Website: https://wakatime.com/
==========================================================="""
__version__ = '2.0.6'
__version__ = '2.0.7'
import sublime
import sublime_plugin