Skip to content

Commit

Permalink
@ #63 | should release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Feb 5, 2020
1 parent df49df8 commit 0bbaa39
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,6 +1,14 @@
# Change Log


## [v0.7.0][] (2020-02-05)

- Bug Fixes:
+ should force to use rsync-auto on vagrant >= 2.2.5 #61

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


## [v0.6.0][] (2019-12-20)

- Improvements:
Expand Down Expand Up @@ -79,4 +87,5 @@ Details: https://github.com/teracyhq-incubator/teracy-dev-essential/milestone/1?
[v0.4.0]: https://github.com/teracyhq-incubator/teracy-dev-essential/milestone/4?closed=1
[v0.5.0]: https://github.com/teracyhq-incubator/teracy-dev-essential/milestone/5?closed=1
[v0.6.0]: https://github.com/teracyhq-incubator/teracy-dev-essential/milestone/6?closed=1
[v0.7.0]: https://github.com/teracyhq-incubator/teracy-dev-essential/milestone/7?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.6.0
require_version: ">= 0.6.0"
branch: v0.7.0
require_version: ">= 0.7.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.6.0"
require_version: ">= 0.7.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.7.0-SNAPSHOT"
require_version: ">= 0.8.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.7.0-SNAPSHOT"
require_version: ">= 0.8.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.7.0-SNAPSHOT"
version: "0.7.0"
description: teracy-dev extension essential for dev
target: ">= 0.6.0-a5, < 0.7.0"

0 comments on commit 0bbaa39

Please sign in to comment.