File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ [ v0.6.0-a8] [ ] (2019-01-18)
5+ --------------------------
6+
7+ - Bug Fixes:
8+ + backport for v0.6.0-a8: windows: git clone '' (with the quote) trigger fatal error #596
9+ + git sync: tag not found bug should be fixed #593
10+
11+ Details: https://github.com/teracyhq/dev/milestone/17?closed=1
12+
13+
414[ v0.6.0-a7] [ ] (2019-01-17)
515--------------------------
616
@@ -425,3 +435,4 @@ Release the first milestone
425435[ v0.6.0-a5 ] : https://github.com/teracyhq/dev/milestone/12?closed=1
426436[ v0.6.0-a6 ] : https://github.com/teracyhq/dev/milestone/15?closed=1
427437[ v0.6.0-a7 ] : https://github.com/teracyhq/dev/milestone/16?closed=1
438+ [ v0.6.0-a8 ] : https://github.com/teracyhq/dev/milestone/17?closed=1
Original file line number Diff line number Diff line change 11
22# teracy-dev related settings
33teracy-dev :
4- require_version : " >= 0.6.0-a8-SNAPSHOT "
4+ require_version : " >= 0.6.0-a8"
55 # location sync
66 location :
77 git :
88 remote :
99 origin : https://github.com/teracyhq/dev.git
10- branch : v0.6.0-x
10+ branch : v0.6.0-a8
1111 sync : false # disabled by default, should be enabled by teracy-dev-entry when needed
1212 extensions :
1313 - _id : " kernel-core"
Original file line number Diff line number Diff line change 5656# The short X.Y version.
5757version = 'v0.6'
5858# The full version, including alpha/beta/rc tags.
59- release = 'v0.6.0-a8-SNAPSHOT '
59+ release = 'v0.6.0-a8'
6060
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
Original file line number Diff line number Diff line change 11module TeracyDev
22 # sermver format
3- VERSION = '0.6.0-a8-SNAPSHOT '
3+ VERSION = '0.6.0-a8'
44end
You can’t perform that action at this time.
0 commit comments