Skip to content

Commit

Permalink
v0.2.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 29, 2020
1 parent 2063bd2 commit b072953
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 55 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

v0.2.0-alpha.3
--------------

- Improvements to the ESB and RPC service architectures
- Improvements to debug logging and displaying of LN messages and service
information

v0.2.0-alpha.2
--------------

Expand Down
128 changes: 79 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lnpbp"
version = "0.2.0-beta.1"
version = "0.2.0-alpha.3"
license = "MIT"
authors = ["Dr. Maxim Orlovsky <orlovsky@pandoracore.com>"]
description = "LNP/BP Core Library implementing LNPBP specifications & standards"
Expand Down Expand Up @@ -37,7 +37,7 @@ crate-type = ["dylib", "rlib", "staticlib"]
chacha20poly1305 = "~0.7.0"
amplify = { version = "~2.0.6", features = ["stringly_conversions"] }
amplify_derive = "~2.0.6"
lnpbp_derive = "~0.2.0-alpha.2"
lnpbp_derive = "~0.2.0-alpha.3"
# Dependencies on core rust-bitcoin ecosystem projects
# ----------------------------------------------------
bitcoin = { version = "~0.25.1", features = ["rand"] }
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lnpbp_derive"
version = "0.2.0-beta.1"
version = "0.2.0-alpha.3"
license = "MIT"
authors = ["Dr. Maxim Orlovsky <orlovsky@pandoracore.com>"]
description = "LNP/BP Core Library derive macros"
Expand Down
Loading

0 comments on commit b072953

Please sign in to comment.