diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a15d9..11ef027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.3.1 + +- Fixes issue with `vi-next-char` not accepting suggestion (#137). +- Fixes global variable warning when WARN_CREATE_GLOBAL option enabled (#133). +- Split out a separate test file for each widget. + ## v0.3.0 - Adds `autosuggest-execute` widget (PR #124). diff --git a/VERSION b/VERSION index 268b033..937cd78 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.3.0 +v0.3.1 diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh index 822efc9..17d1eaa 100644 --- a/zsh-autosuggestions.zsh +++ b/zsh-autosuggestions.zsh @@ -1,6 +1,6 @@ # Fish-like fast/unobtrusive autosuggestions for zsh. # https://github.com/zsh-users/zsh-autosuggestions -# v0.3.0 +# v0.3.1 # Copyright (c) 2013 Thiago de Arruda # Copyright (c) 2016 Eric Freese #