From af60c2de9d85e7f3d81c78601669468cf02dabab Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 22 Oct 2025 08:30:04 -0400 Subject: [PATCH] 15.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a00e5b0..7f7ef84d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "ripgrep" -version = "15.0.0" +version = "15.1.0" dependencies = [ "anyhow", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 2b42d7cb..9ed57680 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ripgrep" -version = "15.0.0" #:version +version = "15.1.0" #:version authors = ["Andrew Gallant "] description = """ ripgrep is a line-oriented search tool that recursively searches the current