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

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Royer committed Nov 26, 2019
1 parent 2d56be7 commit c40e404
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.37-buster as builder
FROM rust:1.39-buster as builder

WORKDIR /src
# Only copy the actual source code over, avoids rebuilds if other stuff changes in the repository
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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.4.0] - 2019-11-26

### Changed
- **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.
- **Breaking (COMIT API):** Replace Ethereum `network` with Ethereum `chain_id`
Expand Down Expand Up @@ -45,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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.

[Unreleased]: https://github.com/comit-network/comit-rs/compare/0.3.0...HEAD
[Unreleased]: https://github.com/comit-network/comit-rs/compare/0.4.0...HEAD
[0.4.0]: https://github.com/comit-network/comit-rs/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/comit-network/comit-rs/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/comit-network/comit-rs/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/comit-network/comit-rs/compare/b2dd02a7f93dc82f5cc9fd4b6eaaf54de1459ff6...40116c3e8a9f57a213661917b8cc057e1db60755
Expand Down
2 changes: 1 addition & 1 deletion 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 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.3.0"
version = "0.4.0"
edition = "2018"
description = "Reference implementation of a COMIT network daemon."

Expand Down

0 comments on commit c40e404

Please sign in to comment.