Skip to content

Commit 929539e

Browse files
authored
Release 0.0.5 (#22)
1 parent 4b8feda commit 929539e

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
Changelog
22
=========
33

4+
[0.0.5](https://github.com/raphjaph/bip322/releases/tag/0.0.5) - 2024-08-10
5+
---------------------------------------------------------------------------
6+
7+
### Added
8+
- Add Snafu error types and proper Rust typed functions (#21)
9+
- Add error types (#17)
10+
411
[0.0.4](https://github.com/raphjaph/bip322/releases/tag/0.0.4) - 2024-08-09
512
---------------------------------------------------------------------------
613

714
### Added
815
- Update README (#18)
916
- Fix version (#16)
10-
- Release 0.0.3 (#15)
1117

1218
[0.0.3](https://github.com/raphjaph/bip322/releases/tag/0.0.3) - 2024-08-09
1319
---------------------------------------------------------------------------
@@ -19,7 +25,6 @@ Changelog
1925
- Refine deployment (#11)
2026
- Compiling to wasm for website (#9)
2127
- Add landing page (#8)
22-
- Release 0.0.2 (#7)
2328

2429
[0.0.2](https://github.com/raphjaph/bip322/releases/tag/0.0.2) - 2024-08-02
2530
---------------------------------------------------------------------------

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bip322"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition = "2021"
55
description = "Implements BIP322 generic message signing"
66
license = "CC0-1.0"

www/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
bip322 = "0.0.4"
10+
bip322 = "0.0.5"
1111
bitcoin = "0.31.2"
1212
wasm-bindgen = "0.2.92"
1313

0 commit comments

Comments
 (0)