mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
update changelog, version tag regex
This commit is contained in:
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…
Reference in New Issue
Block a user