Skip to content

Commit 760dc72

Browse files
authored
Release 0.0.3 (#15)
1 parent 789ebd3 commit 760dc72

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

.github/workflows/static.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,7 @@ jobs:
4646
- name: Upload artifact
4747
uses: actions/upload-pages-artifact@v4
4848
with:
49-
path: |
50-
'./www'
51-
'!**/target'
52-
'!**/pkg'
53-
'!**/src'
54-
'!**/Cargo.toml'
55-
'!**/Cargo.lock'
49+
path: './www'
5650

5751
- name: Deploy to GitHub Pages
5852
id: deployment

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

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+
416
[0.0.2](https://github.com/raphjaph/bip322/releases/tag/0.0.2) - 2024-08-02
517
---------------------------------------------------------------------------
618

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.2"
3+
version = "0.0.3"
44
edition = "2021"
55
description = "Implements BIP322 generic message signing"
66
license = "CC0-1.0"

0 commit comments

Comments
 (0)