From b2dcc7ccc2247274fe63168952de5db595a01e1c Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 11 Jun 2015 14:17:20 -0700 Subject: [PATCH] v4.0.2 --- HISTORY.rst | 8 ++++++++ plugin/wakatime.vim | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index cb6615e..97f5783 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ------- +4.0.2 (2015-06-11) +++++++++++++++++++ + +- upgrade wakatime cli to v4.0.15 +- guess language using multiple methods, then use most accurate guess +- use entity and type for new heartbeats api resource schema + + 4.0.1 (2015-05-31) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 90746de..9ec562a 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '4.0.1' +let s:VERSION = '4.0.2' " Init {{{