Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 14, 2021
1 parent ac08c8d commit 41f23e3
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
- run: cd derive && cargo publish --all-features; sleep 30
- run: cargo publish --all-features; sleep 30
- run: cd services && cargo publish --all-features
- run: cargo publish --all-features
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change Log
==========

v0.4.0
------
- Disclosures
- Improved concealment procedures; fixed node id mutability issue
- Reveal-merge procedure
- PSBT anchor processing refactoring & multiple bug fixes
- Improved commit-encoding and consensus-commit procedures
- Improved owned rights type system
- RGB20: asset data representation refactoring
- RGB20: removed deprecated LNPBP-37 invoicing
- RGB20: transfer API improvements

v0.3.1
------
- Lightning encoding for RGB types used in lightning messages
Expand Down
12 changes: 6 additions & 6 deletions 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 = "rgb-core"
version = "0.4.0-beta"
version = "0.4.0"
license = "MIT"
authors = ["Dr Maxim Orlovsky <orlovsky@pandoracore.com>"]
description = "RGB Core Library: private & scalable client-validated smart contracts for Bitcoin & Lightning"
Expand Down
2 changes: 1 addition & 1 deletion rgb20/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb20"
version = "0.4.0-beta"
version = "0.4.0"
license = "MIT"
authors = ["Dr Maxim Orlovsky <orlovsky@pandoracore.com>"]
description = "RGB-20 Library: fungible digital assets for bitcoin & lightning"
Expand Down

0 comments on commit 41f23e3

Please sign in to comment.