From f3ed243a89f7d2c65fc9e5ea7f60c40e5d657d98 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 9 Aug 2026 01:35:01 +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 360677c9..0f219ba1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1157,7 +1157,7 @@ dependencies = [ [[package]] name = "sed" -version = "0.1.1" +version = "0.2.0" dependencies = [ "assert_fs", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1cce424c..e6755088 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ [package] name = "sed" -version = "0.1.1" +version = "0.2.0" license = "MIT" description = "sed ~ implemented as universal (cross-platform) utils, written in Rust" default-run = "sed"