diff --git a/CHANGELOG.md b/CHANGELOG.md index c321c0bab..617b66219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ CHANGELOG ## [unreleased] +## [0.4] 2019-01-06 + ### Added - Add icon for files provider.([#195](https://github.com/liuchengxu/vim-clap/pull/195)) diff --git a/ci/get_changelog.sh b/ci/get_changelog.sh index 6eddf30f6..38f3bea94 100644 --- a/ci/get_changelog.sh +++ b/ci/get_changelog.sh @@ -5,7 +5,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" cd .. # v0.3 -cur_tag=$(git describe --abbrev=0) +cur_tag=$(git describe --abbrev=0 --tags) prev_tag=$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)") # 0.3 diff --git a/plugin/clap.vim b/plugin/clap.vim index ab311de4d..7e89b8603 100644 --- a/plugin/clap.vim +++ b/plugin/clap.vim @@ -1,7 +1,7 @@ " vim-clap - Modern interactive filter and dispatcher " Author: Liu-Cheng Xu " Website: https://github.com/liuchengxu/vim-clap -" Version: 0.3 +" Version: 0.4 " License: MIT if exists('g:loaded_clap')