diff --git a/HISTORY.rst b/HISTORY.rst index 32f1230..4683c89 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,17 @@ History ------- +4.0.5 (2015-09-07) +++++++++++++++++++ + +- upgrade wakatime cli to v4.1.6 +- fix bug in offline caching which prevented heartbeats from being cleaned up +- fix local session caching +- new --entity and --entitytype command line arguments +- fix entry point for pypi distribution +- allow passing command line arguments using sys.argv + + 4.0.4 (2015-08-25) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index f14ca52..50d8abb 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '4.0.4' +let s:VERSION = '4.0.5' " Init {{{