File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.5.1 (09.01.2021)
4+ - features
5+ - add go build bash script
6+ - prepared for built releases
7+
38## 1.5.0 (06.01.2021)
49- features
510 - 25 Add shell command, which set the default shell type for usage in main contaner
Original file line number Diff line number Diff line change 55package=github.com/asannikov/jumper
66package_name=jumper
77
8- platforms=(" linux/amd64" " linux/386" " darwin/amd64" " windows/amd64" " windows/386" )
8+ platforms=(" linux/amd64" " linux/386" " darwin/amd64" " darwin/386 " " windows/amd64" " windows/386" )
99
1010for platform in " ${platforms[@]} "
1111do
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414)
1515
1616const confgFile = "jumper.json"
17- const version = "1.5.0 "
17+ const version = "1.5.1 "
1818
1919func main () {
2020
You can’t perform that action at this time.
0 commit comments