From 9f9237ab8a530eeff389161202bbc7283ad6af3e Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Tue, 28 Nov 2017 09:53:49 -0700 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- zsh-autosuggestions.zsh | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c1655..fb15b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.4.1 +- Switch to [[ and (( conditionals instead of [ (#257) +- Avoid warnnestedvar warnings with `typeset -g` (#275) +- Replace tabs with spaces in yaml (#268) +- Clean up and fix escaping of special characters (#267) +- Add `emacs-forward-word` to default list of partial accept widgets (#246) + ## v0.4.0 - High-level integration tests using RSpec and tmux - Add continuous integration with Circle CI diff --git a/VERSION b/VERSION index fb7a04c..5aff472 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.4.0 +v0.4.1 diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh index 3878d25..fadbac7 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.4.0 +# v0.4.1 # Copyright (c) 2013 Thiago de Arruda # Copyright (c) 2016-2017 Eric Freese #