Skip to content

Commit

Permalink
Merge pull request #14 from hoatle/tasks/#13-v0.2.0-release
Browse files Browse the repository at this point in the history
@ #13 | should release v0.2.0
  • Loading branch information
hoatle authored Aug 28, 2018
2 parents 49d7d42 + c5ecf4d commit ded0fc7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand All @@ -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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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):
Expand All @@ -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"
```
Expand All @@ -65,5 +65,5 @@ teracy-dev:
location:
git: [email protected]:hoatle/teracy-dev-core.git # your forked repo
branch: develop
require_version: ">= 0.2.0-SNAPSHOT"
require_version: ">= 0.3.0-SNAPSHOT"
```
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit ded0fc7

Please sign in to comment.