Skip to content

Commit

Permalink
Merge pull request #77 from comit-network/release/0.4.0
Browse files Browse the repository at this point in the history
Update baru to version 0.4.0
  • Loading branch information
luckysori authored Aug 13, 2021
2 parents 7772a4c + 08fbbd8 commit 7acdd65
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.4.0] - 2021-08-13

### Added

- Wallet which allows users to select coins through a backend configured by them via the `GetUtxos` trait.
Expand Down Expand Up @@ -79,7 +81,8 @@ 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.3.0...HEAD
[Unreleased]: https://github.com/comit-network/baru/compare/0.4.0...HEAD
[0.4.0]: https://github.com/comit-network/baru/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/comit-network/baru/compare/0.2.0...0.3.0
[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 = ["rocket_sqlite_oracle"]

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

0 comments on commit 7acdd65

Please sign in to comment.