Skip to content

Commit

Permalink
Merge pull request #27 from hoatle/tasks/#26-v0.3.0-release
Browse files Browse the repository at this point in the history
@ #26 | should release v0.3.0
  • Loading branch information
hoatle committed Jan 22, 2019
2 parents 943d4ed + 2816ac9 commit 6137c0c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

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

- Improvements:
+ should update to use teracy-dev-essential v0.3.0 #24

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


## [v0.2.0][] (2018-12-15)

- Improvements:
Expand All @@ -22,3 +30,4 @@ Details: https://github.com/teracyhq-incubator/teracy-dev-v05-compat/milestone/1

[v0.1.0]: https://github.com/teracyhq-incubator/teracy-dev-v05-compat/milestone/1?closed=1
[v0.2.0]: https://github.com/teracyhq-incubator/teracy-dev-v05-compat/milestone/2?closed=1
[v0.3.0]: https://github.com/teracyhq-incubator/teracy-dev-v05-compat/milestone/3?closed=1
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ teracy-dev:
git:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-v05-compat.git
branch: v0.2.0
require_version: ">= 0.2.0"
branch: v0.3.0
require_version: ">= 0.3.0"
enabled: true
```

Expand All @@ -51,7 +51,7 @@ teracy-dev:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-v05-compat.git
branch: master
require_version: ">= 0.2.0"
require_version: ">= 0.3.0"
enabled: true
```

Expand All @@ -68,7 +68,7 @@ teracy-dev:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-v05-compat.git
branch: develop
require_version: ">= 0.3.0-SNAPSHOT"
require_version: ">= 0.4.0-SNAPSHOT"
enabled: true
```

Expand All @@ -94,5 +94,5 @@ teracy-dev:
origin: git@github.com:hoatle/teracy-dev-v05-compat.git # your forked repo
upstream: git@github.com:teracyhq-incubator/teracy-dev-v05-compat.git
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,5 +1,5 @@
name: teracy-dev-v05-compat
version: "0.3.0-SNAPSHOT"
version: "0.3.0"
description: teracy-dev v0.5's compatible features ported to teracy-dev v0.6
target: ">= 0.6.0-a5, < 0.7.0"
dependencies:
Expand Down

0 comments on commit 6137c0c

Please sign in to comment.