From 97ba779daaf8addfea99be355442449e9fe0a27a Mon Sep 17 00:00:00 2001 From: Mathieu Ducroux Date: Fri, 7 Nov 2025 15:03:49 +0100 Subject: [PATCH 1/5] fix: doc build --- bitcoin/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/src/lib.rs b/bitcoin/src/lib.rs index a863e435e2..a8d7c05847 100644 --- a/bitcoin/src/lib.rs +++ b/bitcoin/src/lib.rs @@ -31,7 +31,7 @@ #![cfg_attr(all(not(feature = "std"), not(test)), no_std)] // Experimental features we need. -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_notable_trait))] #![cfg_attr(bench, feature(test))] // Coding conventions. #![warn(missing_docs)] From ce37481de0303e260c00e8daa17989092216a2b0 Mon Sep 17 00:00:00 2001 From: Mathieu Ducroux Date: Fri, 7 Nov 2025 15:04:03 +0100 Subject: [PATCH 2/5] patch v0.32.5-doge.1 --- bitcoin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/Cargo.toml b/bitcoin/Cargo.toml index ea4fda180e..cc8d31d9e1 100644 --- a/bitcoin/Cargo.toml +++ b/bitcoin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin-dogecoin" -version = "0.32.5-doge.0" +version = "0.32.5-doge.1" license = "Apache-2.0 OR CC0-1.0" repository = "https://github.com/dfinity/rust-dogecoin" description = "General purpose library for using and interoperating with Bitcoin and Dogecoin." From e7ce13ad815894bb5c0dbc309fe024554282c77f Mon Sep 17 00:00:00 2001 From: Mathieu Ducroux Date: Fri, 7 Nov 2025 15:04:21 +0100 Subject: [PATCH 3/5] link logo to raw.githubusercontent.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c322c80556..4a0dfc01e2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Rust Dogecoin

- Rust Dogecoin logo by DFINITY Foundation, see license and source files under /logo + Rust Dogecoin logo by DFINITY Foundation, see license and source files under /logo

Library with support for de/serialization, parsing and executing on data-structures and network messages related to Bitcoin and Dogecoin. From d752e2714b32633f7c40a51b880cb28258a4918c Mon Sep 17 00:00:00 2001 From: Mathieu Ducroux Date: Mon, 10 Nov 2025 16:43:10 +0100 Subject: [PATCH 4/5] Update CHANGELOG.md --- bitcoin/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bitcoin/CHANGELOG.md b/bitcoin/CHANGELOG.md index 9d5d47aa54..85d0dcc5e5 100644 --- a/bitcoin/CHANGELOG.md +++ b/bitcoin/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# 0.32.5-doge.1 - 2025-11-10 + +- Fix build doc on [docs.rs](https://docs.rs/crate/bitcoin-dogecoin/latest) +- Add rust-dogecoin logo on githubusercontent + # 0.32.5-doge.0 - 2025-11-03 Initial release of the rust-dogecoin crate, a fork of rust-bitcoin adapted for Dogecoin. From a72e250495e2cb9ea8b8dc9472ccc43fd939aa38 Mon Sep 17 00:00:00 2001 From: Mathieu Ducroux Date: Tue, 11 Nov 2025 09:12:19 +0100 Subject: [PATCH 5/5] update lock files --- Cargo-minimal.lock | 2 +- Cargo-recent.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo-minimal.lock b/Cargo-minimal.lock index 1272ebdcff..f40e3b7bc7 100644 --- a/Cargo-minimal.lock +++ b/Cargo-minimal.lock @@ -47,7 +47,7 @@ dependencies = [ [[package]] name = "bitcoin-dogecoin" -version = "0.32.5-doge.0" +version = "0.32.5-doge.1" dependencies = [ "base58ck", "base64", diff --git a/Cargo-recent.lock b/Cargo-recent.lock index a577965186..d0e7947e9a 100644 --- a/Cargo-recent.lock +++ b/Cargo-recent.lock @@ -46,7 +46,7 @@ dependencies = [ [[package]] name = "bitcoin-dogecoin" -version = "0.32.5-doge.0" +version = "0.32.5-doge.1" dependencies = [ "base58ck", "base64",