]> git.bitcoin.ninja Git - dnssec-prover/commitdiff
Bump version to 0.6.4 for fixed MSRV, errors, and perf improvements v0.6.4
authorMatt Corallo <git@bluematt.me>
Thu, 1 Aug 2024 03:15:05 +0000 (03:15 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 1 Aug 2024 03:55:38 +0000 (03:55 +0000)
Technically this violates SemVer, but the only SemVer-breaking
change was changing some return types from `Result<T, ()>` to
`Result<T, ErrEnum>`. 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.

Cargo.toml

index 66fc9eaa1d082691f65c621ca72afcd2459d502b..f4c142318940f869f0951ed796c682e20205d0ae 100644 (file)
@@ -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"