Skip to content

Commit

Permalink
Release 0.0.3 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Aug 9, 2024
1 parent 789ebd3 commit 760dc72
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
with:
path: |
'./www'
'!**/target'
'!**/pkg'
'!**/src'
'!**/Cargo.toml'
'!**/Cargo.lock'
path: './www'

- name: Deploy to GitHub Pages
id: deployment
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

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

### Added
- Once again Github Actions (#14)
- Exclude some files from static site (#13)
- Fix deployment (#12)
- 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.2"
version = "0.0.3"
edition = "2021"
description = "Implements BIP322 generic message signing"
license = "CC0-1.0"
Expand Down

0 comments on commit 760dc72

Please sign in to comment.