diff --git a/HISTORY.rst b/HISTORY.rst index 4d3907a..7816f7f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +3.0.9 (2015-03-20) +++++++++++++++++++ + +- status bar message showing when WakaTime plugin is enabled +- moved some logic into thread to help prevent slow plugin warning message + + 3.0.8 (2015-03-09) ++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index 742ba74..77c94f1 100644 --- a/WakaTime.py +++ b/WakaTime.py @@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details. Website: https://wakatime.com/ ===========================================================""" -__version__ = '3.0.8' +__version__ = '3.0.9' import sublime import sublime_plugin