From d311c5b5a14ada92d0634cb1772982f45519ff74 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 2 Nov 2024 09:45:32 +0800 Subject: [PATCH] chore: release v5.1.3 Signed-off-by: Soc Virnyl Estela --- CHANGELOG | 29 +++++++++++++---------------- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 19 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6c2c610..ab7dbb7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,19 +1,16 @@ -commit 037aa626e656df2c888ad04f5dc00daba41bcdd1 -Author: Soc Virnyl Estela -Date: Fri Nov 1 17:39:32 2024 +0800 +Pi-Cla (1): + Bump zstd and infer - minor: improvements on how we sort files and directories - - seems we should have sort first the vector then sort then the elements by filenames. - - it's a weird hack but whatever. - - Signed-off-by: Soc Virnyl Estela +Soc Virnyl Estela (8): + docs: removed warning. ensured reproducibility. + remove comment for 037aa626e656df2c888ad04f5dc00daba41bcdd1 + cleanup deps and begin cycle + add COC and CONTRIBUTING + fix: just use an empty "" if strip fails + chore: set resolver to 2 and enforce strict linting rules + clippy: rectify the needless pass by value + use percent badge for OBS [ci skip] -commit 784931ca124c84222198264ba0b91911e0213a66 -Author: Soc Virnyl Estela -Date: Fri Nov 1 17:02:13 2024 +0800 +Soc Virnyl S. Estela (1): + Merge pull request #2 from Pi-Cla/bump-deps - use rayon while you can - - Signed-off-by: Soc Virnyl Estela diff --git a/Cargo.lock b/Cargo.lock index 8fa362b..d5a80c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,7 +399,7 @@ dependencies = [ [[package]] name = "libroast" -version = "5.1.3-dev" +version = "5.1.3" dependencies = [ "bzip2", "clap", @@ -666,7 +666,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "roast-cli" -version = "5.1.3-dev" +version = "5.1.3" dependencies = [ "clap", "libroast", diff --git a/Cargo.toml b/Cargo.toml index 8e5979d..e022bc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace.package] authors = ["Soc Virnyl Estela"] -version = "5.1.3-dev" +version = "5.1.3" edition = "2021" license = "MPL-2.0" repository = "https://github.com/openSUSE-Rust/roast"