update changelog, version tag regex

pull/51/head
phiresky 4 years ago
parent b5bb7fd2ac
commit f1b7a70fb9

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

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

Loading…
Cancel
Save