Skip to content

Commit

Permalink
Merge pull request #477 from hoatle/tasks/#476-v0.6.0-a4-release
Browse files Browse the repository at this point in the history
@ #476 | should release v0.6.0-a4
  • Loading branch information
hoatle authored Sep 15, 2018
2 parents 1e8a5df + 282d359 commit cc0c239
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ Change Log
==========


[v0.6.0-a4][] (2018-09-15)
--------------------------

- Tasks:
+ clean up config_default.yaml support for extensions

- Bug Fixes:
+ fix Util.exist always return true if it is String


Details: https://github.com/teracyhq/dev/milestone/11?closed=1


[v0.6.0-a3][] (2018-09-14)
--------------------------

Expand Down Expand Up @@ -349,3 +362,4 @@ Release the first milestone
[v0.6.0-a1]: https://github.com/teracyhq/dev/milestone/7?closed=1
[v0.6.0-a2]: https://github.com/teracyhq/dev/milestone/9?closed=1
[v0.6.0-a3]: https://github.com/teracyhq/dev/milestone/10?closed=1
[v0.6.0-a4]: https://github.com/teracyhq/dev/milestone/11?closed=1
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# teracy-dev related settings
teracy-dev:
require_version: ">= 0.6.0-a4-SNAPSHOT"
require_version: ">= 0.6.0-a4"
# location sync
location:
git: https://github.com/teracyhq/dev.git
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = 'v0.6'
# The full version, including alpha/beta/rc tags.
release = 'v0.6.0-a4-SNAPSHOT'
release = 'v0.6.0-a4'


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion lib/teracy-dev/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module TeracyDev
# sermver format
VERSION = '0.6.0-a4-SNAPSHOT'
VERSION = '0.6.0-a4'
end

0 comments on commit cc0c239

Please sign in to comment.