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

Commit bc479dc

Browse files
author
Franck Royer
committed
Release 0.3.0
## [0.3.0] - 2019-10-02 ### Changed - Embed btsieve as a library inside cnd: From now on, you'll only need to run cnd to use COMIT.
1 parent cbba27d commit bc479dc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
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

7-
## [Unreleased]
7+
## [0.3.0] - 2019-10-02
88
### Changed
99
- Embed btsieve as a library inside cnd: From now on, you'll only need to run cnd to use COMIT.
1010

@@ -27,7 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Move config files to standard location based on platform (OSX, Windows, Linux).
2828
- Align implementation with RFC-002 to use the decision header instead of status codes.
2929

30-
[Unreleased]: https://github.com/comit-network/comit-rs/compare/0.2.1...HEAD
30+
[Unreleased]: https://github.com/comit-network/comit-rs/compare/0.3.0...HEAD
31+
[0.3.0]: https://github.com/comit-network/comit-rs/compare/0.2.1...0.3.0
3132
[0.2.1]: https://github.com/comit-network/comit-rs/compare/0.2.0...0.2.1
3233
[0.2.0]: https://github.com/comit-network/comit-rs/compare/b2dd02a7f93dc82f5cc9fd4b6eaaf54de1459ff6...40116c3e8a9f57a213661917b8cc057e1db60755
3334
[0.1.0]: https://github.com/comit-network/comit-rs/compare/1625533e04119e8496b14d5e18786f150b4fce4d...b2dd02a7f93dc82f5cc9fd4b6eaaf54de1459ff6

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

0 commit comments

Comments
 (0)