bump version v0.3.1

This commit is contained in:
Eric Freese 2016-03-14 22:33:26 -06:00
parent dc822c54f8
commit 87facd9b85
3 changed files with 8 additions and 2 deletions

View file

@ -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).

View file

@ -1 +1 @@
v0.3.0
v0.3.1

View file

@ -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
#