From c5ecf4dd57594848f163a9e74d2fdcf09898def7 Mon Sep 17 00:00:00 2001 From: hoatle Date: Tue, 28 Aug 2018 18:12:29 +0700 Subject: [PATCH] @ #13 | should release v0.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 10 +++++----- manifest.yaml | 2 +- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa676b..22ad08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Change Log + +## [v0.2.0][] (2018-08-28) + + +- Improvements: + + use "type" instead of "mode" for networks + + add :id for networks so that we can use that :id for updating its config later + +- Bug Fixes: + + do not delete existing key (networks and synced_folders) + + +Details: https://github.com/teracyhq-incubator/teracy-dev-core/milestone/2?closed=1 + + ## [v0.1.0][] (2018-08-25) @@ -11,3 +26,4 @@ Details: https://github.com/teracyhq-incubator/teracy-dev-core/milestone/1?close [v0.1.0]: https://github.com/teracyhq-incubator/teracy-dev-core/milestone/1?closed=1 +[v0.2.0]: https://github.com/teracyhq-incubator/teracy-dev-core/milestone/2?closed=1 diff --git a/README.md b/README.md index cf8076d..213a030 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ teracy-dev: - _id: "0" location: git: https://github.com/teracyhq-incubator/teracy-dev-core.git - branch: v0.1.0 - require_version: ">= 0.1.0, < 0.2.0" + branch: v0.2.0 + require_version: ">= 0.2.0" ``` - Use latest stable version (auto update): @@ -34,7 +34,7 @@ teracy-dev: location: git: https://github.com/teracyhq-incubator/teracy-dev-core.git branch: master - require_version: ">= 0.1.0, < 0.2.0" + require_version: ">= 0.2.0" ``` - Use latest develop version (auto update): @@ -46,7 +46,7 @@ teracy-dev: location: git: https://github.com/teracyhq-incubator/teracy-dev-core.git branch: develop - require_version: ">= 0.2.0-SNAPSHOT" + require_version: ">= 0.3.0-SNAPSHOT" ``` @@ -65,5 +65,5 @@ teracy-dev: location: git: git@github.com:hoatle/teracy-dev-core.git # your forked repo branch: develop - require_version: ">= 0.2.0-SNAPSHOT" + require_version: ">= 0.3.0-SNAPSHOT" ``` diff --git a/manifest.yaml b/manifest.yaml index f94675d..31f1906 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,4 +1,4 @@ name: teracy-dev-core -version: "0.2.0-SNAPSHOT" +version: "0.2.0" description: teracy-dev core extension target: ">= 0.6.0-a2, < 0.7.0"