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

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Royer committed Sep 13, 2019
1 parent 40116c3 commit e6fed8d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion btsieve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["CoBloX developers <team@coblox.tech>"]
edition = "2018"
name = "btsieve"
version = "0.1.0"
version = "0.2.0"

[dependencies]

Expand Down
2 changes: 1 addition & 1 deletion cnd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["CoBloX developers <team@coblox.tech>"]
name = "cnd"
version = "0.1.0"
version = "0.2.0"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit e6fed8d

Please sign in to comment.