From 17852cbb13cc11a1166504bdc83c27adde77c03f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 9 Aug 2026 01:52:18 +0200 Subject: [PATCH] prepare version 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fed134..20daf75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1255,7 +1255,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uu_grep" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "codspeed-criterion-compat", diff --git a/Cargo.toml b/Cargo.toml index 2461def..bb114f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A Rust implementation of GNU Grep" repository = "https://github.com/uutils/grep" edition = "2024" rust-version = "1.88.0" -version = "0.1.0" +version = "0.2.0" license = "MIT" homepage = "https://github.com/uutils/grep" keywords = ["grep", "uutils", "cross-platform", "cli", "utility"]