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 {{{