Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 8, 2021
1 parent ddd8f25 commit 4673d7e
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
- run: cargo publish --all-features; sleep 30
- run: cargo publish --all-features
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

v0.4.0
------
- Serde serialization/deserialization for DBCs and multimessage commitments
- Chain type improvements: signet support, native asset types
- Bech32 helpers
- Resolvers API improvements
- Tagged hashes refactoring
- Script type system convertors
- Client-side-validation v0.4 with multiple commitment structure improvements

v0.3.2
------
- Compressed Bech32 encodings with derivation strategy `CompressedStrictEncoding`
Expand Down
Loading

0 comments on commit 4673d7e

Please sign in to comment.