Skip to content

Commit e5423d2

Browse files
authored
chore: release v0.41.1 (#381)
1 parent 53d699c commit e5423d2

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## 0.41.1 - 2026-01-23
8+
9+
### Changed
10+
11+
- Bump `bincode` to `2.0.1` (#356) @lklimek
12+
713
## 0.41.0 - 2025-12-30
814

915
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["dash", "dash-network", "dash-network-ffi", "hashes", "internals", "f
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.41.0"
6+
version = "0.41.1"
77

88
[patch.crates-io]
99
dashcore_hashes = { path = "hashes" }

dash-network/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add this to your `Cargo.toml`:
1919

2020
```toml
2121
[dependencies]
22-
dash-network = "0.41.0"
22+
dash-network = "0.41.1"
2323
```
2424

2525
### Basic Example

dash-spv/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dash SPV Client - Comprehensive Code Guide
22

3-
**Version:** 0.41.0
3+
**Version:** 0.41.1
44

55
## Table of Contents
66

dash-spv/CODE_ANALYSIS_SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Date:** 2025-01-21
44
**Analyzer:** Claude (Anthropic AI)
5-
**Codebase Version:** 0.41.0
5+
**Codebase Version:** 0.41.1
66
**Total Files Analyzed:** 110+ files
77
**Total Lines of Code:** ~40,000
88

0 commit comments

Comments
 (0)