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

Commit c40e404

Browse files
author
Franck Royer
committed
Release 0.4.0
1 parent 2d56be7 commit c40e404

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.37-buster as builder
1+
FROM rust:1.39-buster as builder
22

33
WORKDIR /src
44
# Only copy the actual source code over, avoids rebuilds if other stuff changes in the repository

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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.4.0] - 2019-11-26
10+
811
### Changed
912
- **Breaking (HTTP+COMIT API):** Change the identity for the Bitcoin Ledger from a public key hash to a public key. This change impacts the HTTP and the COMIT API of cnd.
1013
- **Breaking (COMIT API):** Replace Ethereum `network` with Ethereum `chain_id`
@@ -45,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4548
- Move config files to standard location based on platform (OSX, Windows, Linux).
4649
- Align implementation with RFC-002 to use the decision header instead of status codes.
4750

48-
[Unreleased]: https://github.com/comit-network/comit-rs/compare/0.3.0...HEAD
51+
[Unreleased]: https://github.com/comit-network/comit-rs/compare/0.4.0...HEAD
52+
[0.4.0]: https://github.com/comit-network/comit-rs/compare/0.3.0...0.4.0
4953
[0.3.0]: https://github.com/comit-network/comit-rs/compare/0.2.1...0.3.0
5054
[0.2.1]: https://github.com/comit-network/comit-rs/compare/0.2.0...0.2.1
5155
[0.2.0]: https://github.com/comit-network/comit-rs/compare/b2dd02a7f93dc82f5cc9fd4b6eaaf54de1459ff6...40116c3e8a9f57a213661917b8cc057e1db60755

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.3.0"
4+
version = "0.4.0"
55
edition = "2018"
66
description = "Reference implementation of a COMIT network daemon."
77

0 commit comments

Comments
 (0)