From d362046ae5f54d78e4a6812d6acae5099f2f99b2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 19 May 2024 19:09:05 +0200 Subject: [PATCH] release v0.4.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44d6b6c..64de5f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,7 +122,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "diffutils" -version = "0.4.1" +version = "0.4.2" dependencies = [ "assert_cmd", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7a412e6..fa80fc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diffutils" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "A CLI app for generating diff files" license = "MIT OR Apache-2.0"