diff --git a/HISTORY.rst b/HISTORY.rst index 33d413b..d0486f8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +3.0.5 (2015-01-13) +++++++++++++++++++ + +- upgrade external wakatime package to v3.0.5 +- ignore errors from malformed markup (too many closing tags) + + 3.0.4 (2015-01-06) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 1002afa..8594eef 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '3.0.4' +let s:VERSION = '3.0.5' " Init {{{