Skip to content

Commit

Permalink
Merge pull request #28 from hoatle/tasks/#27-v0.3.0-release
Browse files Browse the repository at this point in the history
@ #27 | should release v0.3.0
  • Loading branch information
hoatle authored Oct 4, 2018
2 parents 2c8c81a + c82c110 commit 641ea79
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log


## [v0.3.0][] (2018-10-04)

- Bug Fixes:
+ VBoxManage not found on Windows and related problems on Windows

- Tasks:
+ update manifest to target teracy-dev ">= 0.6.0-a4, < 0.7.0"


Details: https://github.com/teracyhq-incubator/teracy-dev-core/milestone/3?closed=1


## [v0.2.0][] (2018-08-28)

Expand All @@ -27,3 +38,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
[v0.3.0]: https://github.com/teracyhq-incubator/teracy-dev-core/milestone/3?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.2.0
require_version: ">= 0.2.0"
branch: v0.3.0
require_version: ">= 0.3.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.2.0"
require_version: ">= 0.3.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.3.0-SNAPSHOT"
require_version: ">= 0.4.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.3.0-SNAPSHOT"
require_version: ">= 0.4.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.3.0-SNAPSHOT"
version: "0.3.0"
description: teracy-dev core extension
target: ">= 0.6.0-a4, < 0.7.0"

0 comments on commit 641ea79

Please sign in to comment.