Skip to content

Commit b464df2

Browse files
committed
Release 0.0.10
1 parent 59fc58c commit b464df2

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog
22
=========
33

4+
[0.0.10](https://github.com/rust-bitcoin/bip322/releases/tag/0.0.10) - 2025-09-05
5+
---------------------------------------------------------------------------------
6+
7+
### Changed
8+
- Make Error enum public (#63)
9+
- Check bounds in verify_full function to prevent panics (#62)
10+
- Update deps (#57)
11+
- Clean up tagged hash function (#55)
12+
13+
### Misc
14+
- Remove website code (#53)
15+
- Fixing responsive layout (#52)
16+
- Remove theme picker (#50)
17+
- Remove some wallets from website (#49)
18+
- Fix static deploy (#48)
19+
- New landing page (#47)
20+
- Update Bitcoin crate (#46)
21+
- Fix publish recipe (#45)
22+
423
[0.0.9](https://github.com/rust-bitcoin/bip322/releases/tag/0.0.9) - 2024-10-18
524
-------------------------------------------------------------------------------
625

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bip322"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
edition = "2021"
55
description = "Implements BIP322 generic message signing and verification"
66
license = "CC0-1.0"

0 commit comments

Comments
 (0)