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

Commit e6fed8d

Browse files
author
Franck Royer
committed
Release 0.2.0
1 parent 40116c3 commit e6fed8d

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.2.0] - 2019-09-13
810
### Changed
911
- Statically link openssl in the release build to allow the binaries to be ran out-of-the-box on most Linux distros.
10-
12+
- Replace ZMQ by using bitcoind's HTTP API for retrieving bitcoin blocks.
1113

1214
## [0.1.0] - 2019-09-05
1315
### Added
@@ -18,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1820
### Changed
1921
- Move config files to standard location based on platform (OSX, Windows, Linux).
2022
- Align implementation with RFC-002 to use the decision header instead of status codes.
21-
- Replace ZMQ by using bitcoind's HTTP API for retrieving bitcoin blocks.
2223

23-
[Unreleased]: https://github.com/comit-network/comit-rs/compare/b2dd02a7f93dc82f5cc9fd4b6eaaf54de1459ff6...HEAD
24+
[Unreleased]: https://github.com/comit-network/comit-rs/compare/40116c3e8a9f57a213661917b8cc057e1db60755...HEAD
25+
[0.2.0]: https://github.com/comit-network/comit-rs/compare/b2dd02a7f93dc82f5cc9fd4b6eaaf54de1459ff6...40116c3e8a9f57a213661917b8cc057e1db60755
2426
[0.1.0]: https://github.com/comit-network/comit-rs/compare/1625533e04119e8496b14d5e18786f150b4fce4d...b2dd02a7f93dc82f5cc9fd4b6eaaf54de1459ff6

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

btsieve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["CoBloX developers <team@coblox.tech>"]
33
edition = "2018"
44
name = "btsieve"
5-
version = "0.1.0"
5+
version = "0.2.0"
66

77
[dependencies]
88

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.1.0"
4+
version = "0.2.0"
55
edition = "2018"
66

77
[dependencies]

0 commit comments

Comments
 (0)