Compare commits
4 Commits
ignore-0.3
...
0.7.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4e1945384 | ||
|
|
04d17040e7 | ||
|
|
8c8c83a1f8 | ||
|
|
5714dbde09 |
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,3 +1,14 @@
|
|||||||
|
0.7.1 (2017-10-22)
|
||||||
|
==================
|
||||||
|
This is a patch release of ripgrep that includes a fix to very bad regression
|
||||||
|
introduced in ripgrep 0.7.0.
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
* [BUG #648](https://github.com/BurntSushi/ripgrep/issues/648):
|
||||||
|
Fix a bug where it was very easy to exceed standard file descriptor limits.
|
||||||
|
|
||||||
|
|
||||||
0.7.0 (2017-10-20)
|
0.7.0 (2017-10-20)
|
||||||
==================
|
==================
|
||||||
This is a new minor version release of ripgrep that includes mostly bug fixes.
|
This is a new minor version release of ripgrep that includes mostly bug fixes.
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1,6 +1,6 @@
|
|||||||
[root]
|
[root]
|
||||||
name = "ripgrep"
|
name = "ripgrep"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bytecount 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bytecount 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ripgrep"
|
name = "ripgrep"
|
||||||
version = "0.7.0" #:version
|
version = "0.7.1" #:version
|
||||||
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
||||||
description = """
|
description = """
|
||||||
Line oriented search tool using Rust's regex library. Combines the raw
|
Line oriented search tool using Rust's regex library. Combines the raw
|
||||||
|
|||||||
Reference in New Issue
Block a user