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

Commit 5af5272

Browse files
bors[bot]Franck Royer
andauthored
Merge #224
224: Release 0.5.0 r=D4nte a=D4nte Co-authored-by: Franck Royer <franck@coblox.tech>
2 parents aec330a + a9e49d4 commit 5af5272

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-comit-app",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": " Set up a local development environment for COMIT apps with one command.",
55
"main": "cca.js",
66
"scripts": {

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-11-28
10+
911
## Changed
1012
- `separate_apps` example now uses the negotiation protocol provided by comit-sdk.
1113
- Upgrade to `comit-rs:0.4.0`
@@ -58,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5860

5961
First Release 🎉
6062

61-
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.4.0...HEAD
63+
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.5.0...HEAD
64+
[0.5.0]: https://github.com/comit-network/create-comit-app/compare/0.4.0...0.5.0
6265
[0.4.0]: https://github.com/comit-network/create-comit-app/compare/0.3.0...0.4.0
6366
[0.3.0]: https://github.com/comit-network/create-comit-app/compare/0.2.1...0.3.0
6467
[0.2.1]: https://github.com/comit-network/create-comit-app/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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "create-comit-app"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["CoBloX developers <team@coblox.tech>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)