Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit c653077

Browse files
committed
Prepare release 0.7.3
1 parent 70e9010 commit c653077

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.3] - 2020-04-14
11+
1012
### Fixed
1113

12-
- Deserialization problem of bitcoind's response: Bitcoind returns as chain/network either `main`,`test` or `regtest`. This fix was manually tested against bitcoind (0.17, 0.18 and 0.19).
14+
- Deserialization problem of bitcoind's response: Bitcoind returns as chain/network either `main`,`test` or `regtest`. This fix was manually tested against bitcoind (0.17, 0.18 and 0.19).
1315

1416
### Changed
1517

16-
- Ensure that lnd parameters are defaulted if not present.
18+
- Ensure that lnd parameters are defaulted if not present.
1719

1820
## [0.7.2] - 2020-03-26
1921

@@ -119,7 +121,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
119121
- Move config files to standard location based on platform (OSX, Windows, Linux).
120122
- Align implementation with RFC-002 to use the decision header instead of status codes.
121123

122-
[Unreleased]: https://github.com/comit-network/comit-rs/compare/0.7.2...HEAD
124+
[Unreleased]: https://github.com/comit-network/comit-rs/compare/0.7.3...HEAD
125+
126+
[0.7.3]: https://github.com/comit-network/comit-rs/compare/0.7.2...0.7.3
123127

124128
[0.7.2]: https://github.com/comit-network/comit-rs/compare/0.7.1...0.7.2
125129

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cnd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["CoBloX developers <team@coblox.tech>"]
33
name = "cnd"
4-
version = "0.7.2"
4+
version = "0.7.3"
55
edition = "2018"
66
description = "Reference implementation of a COMIT network daemon."
77

0 commit comments

Comments
 (0)