From: Matt Corallo Date: Thu, 1 Aug 2024 03:15:05 +0000 (+0000) Subject: Bump version to 0.6.4 for fixed MSRV, errors, and perf improvements X-Git-Tag: v0.6.4^0 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=3377dcf21b380a875e6ea370a5dc79503b2e9033;p=dnssec-prover Bump version to 0.6.4 for fixed MSRV, errors, and perf improvements Technically this violates SemVer, but the only SemVer-breaking change was changing some return types from `Result` to `Result`. While someone could have been unwrap'ing the error and storing the `()`, its sufficiently unlikely that it seems fine to just bump the patch version to ship all the improvements without a minor version bump. --- diff --git a/Cargo.toml b/Cargo.toml index 66fc9ea..f4c1423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnssec-prover" -version = "0.6.3" +version = "0.6.4" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://git.bitcoin.ninja/index.cgi?p=dnssec-prover"