From e6fed8d6fdc2cf58c499c4f55d5fd8f264893144 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 13 Sep 2019 15:26:27 +1000 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 8 +++++--- Cargo.lock | 4 ++-- btsieve/Cargo.toml | 2 +- cnd/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c1bad089f..ca4c6a6435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.0] - 2019-09-13 ### Changed - Statically link openssl in the release build to allow the binaries to be ran out-of-the-box on most Linux distros. - +- Replace ZMQ by using bitcoind's HTTP API for retrieving bitcoin blocks. ## [0.1.0] - 2019-09-05 ### Added @@ -18,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Move config files to standard location based on platform (OSX, Windows, Linux). - Align implementation with RFC-002 to use the decision header instead of status codes. -- Replace ZMQ by using bitcoind's HTTP API for retrieving bitcoin blocks. -[Unreleased]: https://github.com/comit-network/comit-rs/compare/b2dd02a7f93dc82f5cc9fd4b6eaaf54de1459ff6...HEAD +[Unreleased]: https://github.com/comit-network/comit-rs/compare/40116c3e8a9f57a213661917b8cc057e1db60755...HEAD +[0.2.0]: https://github.com/comit-network/comit-rs/compare/b2dd02a7f93dc82f5cc9fd4b6eaaf54de1459ff6...40116c3e8a9f57a213661917b8cc057e1db60755 [0.1.0]: https://github.com/comit-network/comit-rs/compare/1625533e04119e8496b14d5e18786f150b4fce4d...b2dd02a7f93dc82f5cc9fd4b6eaaf54de1459ff6 diff --git a/Cargo.lock b/Cargo.lock index eb37459988..83903713e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -408,7 +408,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "btsieve" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitcoin_support 0.1.0", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -587,7 +587,7 @@ dependencies = [ [[package]] name = "cnd" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bam 0.1.0", "binary_macros 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/btsieve/Cargo.toml b/btsieve/Cargo.toml index c4734035cd..7ee2aec1ee 100644 --- a/btsieve/Cargo.toml +++ b/btsieve/Cargo.toml @@ -2,7 +2,7 @@ authors = ["CoBloX developers "] edition = "2018" name = "btsieve" -version = "0.1.0" +version = "0.2.0" [dependencies] diff --git a/cnd/Cargo.toml b/cnd/Cargo.toml index 0b55643efb..1863ed42a2 100644 --- a/cnd/Cargo.toml +++ b/cnd/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["CoBloX developers "] name = "cnd" -version = "0.1.0" +version = "0.2.0" edition = "2018" [dependencies]