summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-08-01 18:02:15 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-08-01 18:02:15 -0400
commite402d6c260181990aa7702959d13bce20472844c (patch)
tree7bb31858a0b718fdbaa1e7034414252acea13ae5
parent48b5bdc44170f7e85b725d247d41a79f486b3703 (diff)
ripgrep: release 11.0.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
-rw-r--r--README.md4
3 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 93423b51..42bb1f65 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -454,7 +454,7 @@ dependencies = [
[[package]]
name = "ripgrep"
-version = "11.0.1"
+version = "11.0.2"
dependencies = [
"bstr 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 84b0ab85..d44c484e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "ripgrep"
-version = "11.0.1" #:version
+version = "11.0.2" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
ripgrep is a line-oriented search tool that recursively searches your current
directory for a regex pattern while respecting your gitignore rules. ripgrep
-has first class support on Windows, macOS and Linux
+has first class support on Windows, macOS and Linux.
"""
documentation = "https://github.com/BurntSushi/ripgrep"
homepage = "https://github.com/BurntSushi/ripgrep"
diff --git a/README.md b/README.md
index 71701cae..90ad6938 100644
--- a/README.md
+++ b/README.md
@@ -288,8 +288,8 @@ then ripgrep can be installed using a binary `.deb` file provided in each
[ripgrep release](https://github.com/BurntSushi/ripgrep/releases).
```
-$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/11.0.1/ripgrep_11.0.1_amd64.deb
-$ sudo dpkg -i ripgrep_11.0.1_amd64.deb
+$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/11.0.2/ripgrep_11.0.2_amd64.deb
+$ sudo dpkg -i ripgrep_11.0.2_amd64.deb
```
If you run Debian Buster (currently Debian testing) or Debian sid, ripgrep is