diff --git a/.travis.yml b/.travis.yml index 770ca9f..99efa21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,7 +81,7 @@ branches: - windows # Ruby regex to match tags. Required, or travis won't trigger deploys when # a new tag is pushed. - - /^\d+\.\d+\.\d+.*$/ + - /^v\d+\.\d+\.\d+.*$/ notifications: email: on_success: never diff --git a/CHANGELOG.md b/CHANGELOG.md index fa49bdb..f69491d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.9.4 (2020-04-08) + +- Allow search in pdf files without extension (https://github.com/phiresky/ripgrep-all/issues/39) +- Prefer shipped binaries to system-installed ones (https://github.com/phiresky/ripgrep-all/issues/33) +- Upgrade dependencies + # 0.9.3 (2019-09-19) - Fix compilation on new Rust by updating rusqlite ([#25](https://github.com/phiresky/ripgrep-all/pull/25))