Skip to content

Commit

Permalink
Update baru to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luckysori committed Aug 2, 2021
1 parent 0f54da5 commit 03b76e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2021-07-30

### Added

- Dynamic liquidation branch to the loan protocol:
Expand Down Expand Up @@ -39,5 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Loan protocol and swap libraries originally developed in [Project Waves](https://github.com/comit-network/waves).

[Unreleased]: https://github.com/comit-network/baru/compare/0.1.0...HEAD
[Unreleased]: https://github.com/comit-network/baru/compare/0.2.0...HEAD
[0.2.0]: https://github.com/comit-network/baru/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/comit-network/baru/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [ "elements-rpc" ]

[package]
name = "baru"
version = "0.1.0"
version = "0.2.0"
authors = [ "CoBloX Team <[email protected]>" ]
edition = "2018"
license-file = "LICENSE"
Expand Down

0 comments on commit 03b76e4

Please sign in to comment.