File tree 4 files changed +15
-9
lines changed
4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 46
46
- name : Upload artifact
47
47
uses : actions/upload-pages-artifact@v4
48
48
with :
49
- path : |
50
- './www'
51
- '!**/target'
52
- '!**/pkg'
53
- '!**/src'
54
- '!**/Cargo.toml'
55
- '!**/Cargo.lock'
49
+ path : ' ./www'
56
50
57
51
- name : Deploy to GitHub Pages
58
52
id : deployment
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ [ 0.0.3] ( https://github.com/raphjaph/bip322/releases/tag/0.0.3 ) - 2024-08-09
5
+ ---------------------------------------------------------------------------
6
+
7
+ ### Added
8
+ - Once again Github Actions (#14 )
9
+ - Exclude some files from static site (#13 )
10
+ - Fix deployment (#12 )
11
+ - Refine deployment (#11 )
12
+ - Compiling to wasm for website (#9 )
13
+ - Add landing page (#8 )
14
+ - Release 0.0.2 (#7 )
15
+
4
16
[ 0.0.2] ( https://github.com/raphjaph/bip322/releases/tag/0.0.2 ) - 2024-08-02
5
17
---------------------------------------------------------------------------
6
18
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bip322"
3
- version = " 0.0.2 "
3
+ version = " 0.0.3 "
4
4
edition = " 2021"
5
5
description = " Implements BIP322 generic message signing"
6
6
license = " CC0-1.0"
You can’t perform that action at this time.
0 commit comments