From 0108614491a5fb6435eb41e13f0b94d7f6fb1368 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 15 Jan 2020 13:08:34 +1100 Subject: [PATCH] Release create-comit-app 0.8.0 --- Cargo.lock | 2 +- create/CHANGELOG.md | 5 ++++- create/Cargo.toml | 2 +- create/npm/package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b84c61c6..421604210 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "create-comit-app" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/create/CHANGELOG.md b/create/CHANGELOG.md index 825ed01d6..1fec0874e 100644 --- a/create/CHANGELOG.md +++ b/create/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.8.0] - 2020-01-15 + ### Changed - **BREAKING API CHANGE**: Separate `create` and `start-env` features in 2 binaries and crates. Meaning that now COMIT Apps must depends on `comit-scripts` package instead of `create-comit-app`. @@ -92,7 +94,8 @@ Meaning that now COMIT Apps must depends on `comit-scripts` package instead of ` First Release 🎉 -[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.7.0...HEAD +[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.8.0...HEAD +[0.7.0]: https://github.com/comit-network/create-comit-app/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/comit-network/create-comit-app/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/comit-network/create-comit-app/compare/0.5.2...0.6.0 [0.5.2]: https://github.com/comit-network/create-comit-app/compare/0.5.1...0.5.2 diff --git a/create/Cargo.toml b/create/Cargo.toml index 94ffdbe20..4a75303d1 100644 --- a/create/Cargo.toml +++ b/create/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "create-comit-app" -version = "0.7.0" +version = "0.8.0" authors = ["CoBloX developers "] edition = "2018" diff --git a/create/npm/package.json b/create/npm/package.json index ab58a95e3..77132f59e 100644 --- a/create/npm/package.json +++ b/create/npm/package.json @@ -1,6 +1,6 @@ { "name": "create-comit-app", - "version": "0.7.0", + "version": "0.8.0", "description": "Create a new COMIT app with one command.", "main": "./main.js", "scripts": {