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

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
## [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.
  • Loading branch information
Franck Royer committed Oct 2, 2019
1 parent cbba27d commit bc479dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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.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.

Expand All @@ -27,7 +27,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.2.1...HEAD
[Unreleased]: https://github.com/comit-network/comit-rs/compare/0.3.0...HEAD
[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
[0.1.0]: https://github.com/comit-network/comit-rs/compare/1625533e04119e8496b14d5e18786f150b4fce4d...b2dd02a7f93dc82f5cc9fd4b6eaaf54de1459ff6
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.2.1"
version = "0.3.0"
edition = "2018"
description = "Reference implementation of a COMIT network daemon."

Expand Down

0 comments on commit bc479dc

Please sign in to comment.