From b32747020d7cbe721b8f7bbc75fc82cb2436f096 Mon Sep 17 00:00:00 2001 From: amackillop Date: Fri, 8 May 2026 14:03:54 -0700 Subject: [PATCH] Release v0.0.4 Includes: - Set custom scoring parameters to select shorter routes (https://github.com/moneydevkit/mdkd/pull/16) - Clamp rustls and hyper_util log noise to warn (https://github.com/moneydevkit/mdkd/pull/17) After merge, tag the merge commit with `v0.0.4` to trigger the release workflow. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e77b22c..6e33758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1862,7 +1862,7 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "mdkd" -version = "0.0.3" +version = "0.0.4" dependencies = [ "axum", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 449b3c8..27ac235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdkd" -version = "0.0.3" +version = "0.0.4" edition = "2021" [lib]