From 9292203698a23bb54892071e149413841db8fc64 Mon Sep 17 00:00:00 2001 From: Thomas Karpiniec Date: Tue, 9 Aug 2022 22:07:36 +1000 Subject: [PATCH] Prepare 0.3.0 release --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6010236..ca08305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.3.0 - 2022-08-09 + +#### Changed + +* SHASUMS-style parsing is more precise +* should be marginally faster (?) by removing internal use of regex +* upgraded to newer/maintained dependencies + ## 0.2.0 - 2022-02-20 #### Features diff --git a/Cargo.lock b/Cargo.lock index 9e33e6e..1822bfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,7 +176,7 @@ dependencies = [ [[package]] name = "hashgood" -version = "0.2.0" +version = "0.3.0" dependencies = [ "copypasta", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 026cf0a..6c1e959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hashgood" -version = "0.2.0" -authors = ["Thomas Karpiniec "] +version = "0.3.0" +authors = ["Thomas Karpiniec "] edition = "2021" [dependencies] -- 2.39.5