From a2c75f94ca93abd3045ce510df0effb66359d901 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 8 Jun 2026 22:44:43 +0200 Subject: [PATCH] prepare release 0.9.0 (#714) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 497620d..af38d27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -506,7 +506,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "findutils" -version = "0.8.0" +version = "0.9.0" dependencies = [ "argmax", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 9e80060..5c9df77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "findutils" -version = "0.8.0" +version = "0.9.0" homepage = "https://github.com/uutils/findutils" repository = "https://github.com/uutils/findutils" edition = "2021"