Skip to content

Commit

Permalink
Release 0.0.5 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Aug 10, 2024
1 parent 4b8feda commit 929539e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
Changelog
=========

[0.0.5](https://github.com/raphjaph/bip322/releases/tag/0.0.5) - 2024-08-10
---------------------------------------------------------------------------

### Added
- Add Snafu error types and proper Rust typed functions (#21)
- Add error types (#17)

[0.0.4](https://github.com/raphjaph/bip322/releases/tag/0.0.4) - 2024-08-09
---------------------------------------------------------------------------

### Added
- Update README (#18)
- Fix version (#16)
- Release 0.0.3 (#15)

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

[0.0.2](https://github.com/raphjaph/bip322/releases/tag/0.0.2) - 2024-08-02
---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bip322"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
description = "Implements BIP322 generic message signing"
license = "CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion www/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
bip322 = "0.0.4"
bip322 = "0.0.5"
bitcoin = "0.31.2"
wasm-bindgen = "0.2.92"

Expand Down

0 comments on commit 929539e

Please sign in to comment.