From 8eb0ca0ce58e9aa9ecb3be217fda9be5b562aa12 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 23 Dec 2014 05:24:15 -0600 Subject: [PATCH] v3.0.0 --- HISTORY.rst | 7 +++++++ plugin/wakatime.vim | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 5d124fa..ff2096c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +3.0.0 (2014-12-23) +++++++++++++++++++ + +- upgrade external wakatime package to v3.0.0 +- detect libraries and frameworks for C++, Java, .NET, PHP, and Python files + + 2.0.16 (2014-12-22) +++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 90f50c4..9a04025 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.16' +let s:VERSION = '3.0.0' " Init {{{