update changelog, version tag regex

This commit is contained in:
phiresky 2020-04-08 13:24:12 +02:00
parent b5bb7fd2ac
commit f1b7a70fb9
2 changed files with 7 additions and 1 deletions

View File

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

View File

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