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

Commit 5d8b33e

Browse files
bors[bot]luckysori
andauthored
Merge #1734
1734: Release 0.5.0 r=luckysori a=luckysori Co-authored-by: Lucas Soriano del Pino <l.soriano.del.pino@gmail.com>
2 parents 0995f99 + de4179d commit 5d8b33e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.0] - 2019-12-06
10+
911
### Added
1012
- Added persistent storage to cnd, now we save swaps to an Sqlite database when they are requested and accepted.
1113

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

55-
[Unreleased]: https://github.com/comit-network/comit-rs/compare/0.4.0...HEAD
57+
[Unreleased]: https://github.com/comit-network/comit-rs/compare/0.5.0...HEAD
58+
[0.5.0]: https://github.com/comit-network/comit-rs/compare/0.4.0...0.5.0
5659
[0.4.0]: https://github.com/comit-network/comit-rs/compare/0.3.0...0.4.0
5760
[0.3.0]: https://github.com/comit-network/comit-rs/compare/0.2.1...0.3.0
5861
[0.2.1]: https://github.com/comit-network/comit-rs/compare/0.2.0...0.2.1

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

0 commit comments

Comments
 (0)