From 0afe29ba1f6769db1a9c2787e9802a8db2c74f94 Mon Sep 17 00:00:00 2001 From: amackillop Date: Fri, 12 Jun 2026 06:16:02 -0700 Subject: [PATCH] Release v0.0.5 Includes: - Auto-splice onchain funds into LSP channel (https://github.com/moneydevkit/mdkd/pull/9) - Add AGENTS.md (https://github.com/moneydevkit/mdkd/pull/15) - Run library unit tests in check pipeline (https://github.com/moneydevkit/mdkd/pull/19) - v0 max_withdrawable estimator (https://github.com/moneydevkit/mdkd/pull/20) - Add initial destination-aware max_sendable (https://github.com/moneydevkit/mdkd/pull/22) - LNURL-pay resolution in max_sendable (https://github.com/moneydevkit/mdkd/pull/23) - Add global CODEOWNERS reviewer (https://github.com/moneydevkit/mdkd/pull/24) - Pin Cargo git dependency hashes (https://github.com/moneydevkit/mdkd/pull/25) - Present a configured fee claim on register_node (https://github.com/moneydevkit/mdkd/pull/26) After merge, tag the merge commit with `v0.0.5` 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 6c5bc1e..e92deb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1895,7 +1895,7 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "mdkd" -version = "0.0.4" +version = "0.0.5" dependencies = [ "axum", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 25a6ea4..8580588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdkd" -version = "0.0.4" +version = "0.0.5" edition = "2021" [lib]