From 61c7cc2581f2a20b71ef604c69b6a979bb5f082f Mon Sep 17 00:00:00 2001 From: Wei Zhang Date: Tue, 20 Aug 2024 23:59:14 +0800 Subject: [PATCH] :tada: release v1.1.5 Signed-off-by: Wei Zhang --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- lsd.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c4a86d74..ab12a299c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -734,7 +734,7 @@ dependencies = [ [[package]] name = "lsd" -version = "1.1.3" +version = "1.1.5" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index ecb1ef2ef..731a0db8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "lsd" readme = "./README.md" repository = "https://github.com/lsd-rs/lsd" -version = "1.1.3" +version = "1.1.5" edition = "2021" rust-version = "1.74" diff --git a/README.md b/README.md index 92faa5239..63fab5bee 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ **IMPORTANT**: This is the development documents, please check the docs in [Tags](https://github.com/lsd-rs/lsd/tags) if you installed from the released ones. -The current newest release is: [v1.1.3](https://github.com/lsd-rs/lsd/tree/v1.1.3) +The current newest release is: [v1.1.5](https://github.com/lsd-rs/lsd/tree/v1.1.5) --- diff --git a/lsd.spec b/lsd.spec index cbc1d4856..15fcb6816 100644 --- a/lsd.spec +++ b/lsd.spec @@ -1,5 +1,5 @@ Name: lsd -Version: 1.1.3 +Version: 1.1.5 Release: 1%{?dist} Summary: The next gen ls command