From f1b7a70fb96ae4ca64edca142387f0d8f16df14a Mon Sep 17 00:00:00 2001 From: phiresky Date: Wed, 8 Apr 2020 13:24:12 +0200 Subject: [PATCH] update changelog, version tag regex --- .travis.yml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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))