From 3b94d93b7c8ba3384f72e3eca50d63c0e1515b1e Mon Sep 17 00:00:00 2001 From: phiresky Date: Tue, 16 Jan 2024 00:23:59 +0100 Subject: [PATCH] chore: Release ripgrep_all version 0.10.3 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d135ac8..4cf82cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.10 (unreleased) +# 0.10.3 This was originally supposed to be version 1.0.0, but I don't feel confident enough in the stability to call it that. diff --git a/Cargo.lock b/Cargo.lock index f8b9123..ab245fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1363,7 +1363,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "ripgrep_all" -version = "0.10.0" +version = "0.10.3" dependencies = [ "anyhow", "async-compression 0.4.5", diff --git a/Cargo.toml b/Cargo.toml index 5f39594..146407d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "AGPL-3.0-or-later" name = "ripgrep_all" readme = "README.md" repository = "https://github.com/phiresky/ripgrep-all" -version = "0.10.0" +version = "0.10.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -67,4 +67,4 @@ tokio-test = "0.4.2" [profile.release] debug = true -split-debuginfo = "packed" \ No newline at end of file +split-debuginfo = "packed"