From: Thomas Karpiniec Date: Tue, 9 Aug 2022 12:07:36 +0000 (+1000) Subject: Prepare 0.3.0 release X-Git-Tag: v0.3.0 X-Git-Url: https://code.octet-stream.net/hashgood/commitdiff_plain/refs/tags/v0.3.0 Prepare 0.3.0 release --- 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]