Skip to content

Commit

Permalink
Merge pull request #50 from hoatle/tasks/#49-v0.4.0-release
Browse files Browse the repository at this point in the history
@ #49 | should release v0.4.0
  • Loading branch information
hoatle authored Mar 6, 2019
2 parents 8eaceb2 + f2e3e4f commit 274578f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v0.4.0][] (2019-03-06)

- Features:
+ should allow route traffic via public network interface #8

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


## [v0.3.0][] (2018-01-22)

- Features:
Expand Down Expand Up @@ -48,4 +56,5 @@ Details: https://github.com/teracyhq-incubator/teracy-dev-essential/milestone/1?
[v0.1.0]: https://github.com/teracyhq-incubator/teracy-dev-essential/milestone/1?closed=1
[v0.2.0]: https://github.com/teracyhq-incubator/teracy-dev-essential/milestone/2?closed=1
[v0.3.0]: https://github.com/teracyhq-incubator/teracy-dev-essential/milestone/3?closed=1
[v0.4.0]: https://github.com/teracyhq-incubator/teracy-dev-essential/milestone/4?closed=1

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ teracy-dev:
git:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-essential.git
branch: v0.3.0
require_version: ">= 0.3.0"
branch: v0.4.0
require_version: ">= 0.4.0"
enabled: true
```
Expand All @@ -38,7 +38,7 @@ teracy-dev:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-essential.git
branch: master
require_version: ">= 0.3.0"
require_version: ">= 0.4.0"
enabled: true
```
Expand All @@ -55,7 +55,7 @@ teracy-dev:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-essential.git
branch: develop
require_version: ">= 0.4.0-SNAPSHOT"
require_version: ">= 0.5.0-SNAPSHOT"
enabled: true
```
Expand All @@ -77,5 +77,5 @@ teracy-dev:
remote:
origin: [email protected]:hoatle/teracy-dev-essential.git # your forked repo
branch: develop
require_version: ">= 0.4.0-SNAPSHOT"
require_version: ">= 0.5.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-essential
version: "0.4.0-SNAPSHOT"
version: "0.4.0"
description: teracy-dev extension essential for dev
target: ">= 0.6.0-a5, < 0.7.0"

0 comments on commit 274578f

Please sign in to comment.