Skip to content

Commit

Permalink
Release v0.5 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 27, 2021
1 parent b4f44e4 commit 8c3a464
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@ Change Log

v0.5.0
------
- TODO: Refactor LNP/BP Core library into client-side-validation library with
`core`, `bp` and (future) `mw`. Move ElGamal, Bech32 and tagged hash into
`core`
- TODO: Refactor single-use-seals; finalize API
- TODO: Move `chain` to BP Core library
- Finalized string representation for bitcoin seals data
- Removed unused `seals::tx_graph` API
- Refactoring of the library into utilitary one with all BP-specific modules
moved to BO Core and client-side-validation libraries.

v0.4.0
------
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 = "lnpbp"
version = "0.5.0-beta.3"
version = "0.5.0"
license = "MIT"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
description = "LNP/BP Core Library implementing LNPBP specifications & standards"
Expand Down

0 comments on commit 8c3a464

Please sign in to comment.