Releases: omio-labs/myke
v1.0.2
v1.0.2
- #116 Rename project to Omio labs
Installation:
Linux:
wget -qO /usr/local/bin/myke https://github.com/omio-labs/myke/releases/download/v1.0.2/myke_linux_amd64
chmod +x /usr/local/bin/myke
Mac:
wget -qO /usr/local/bin/myke https://github.com/omio-labs/myke/releases/download/v1.0.2/myke_darwin_amd64
chmod +x /usr/local/bin/myke
Windows:
Download myke_windows_amd64.exe
from this release and put it on PATH
v1.0.1
v1.0.1
- #112 Compiled binaries work on alpine (@complex64)
- #100 Fix test case (@pkuczynski)
- #110 Upgrade to golang 1.11 and go modules
Installation:
Linux:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v1.0.1/myke_linux_amd64
chmod +x /usr/local/bin/myke
Mac:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v1.0.1/myke_darwin_amd64
chmod +x /usr/local/bin/myke
Windows: Download myke_windows_amd64.exe
from this release and put it on PATH
v1.0.0
v1.0.0 is here 🎉
- No other bug reports from RC3, Code coverage at 93%, All milestone issues resolved
- #93 Add test cases for all other built-in commands
- #94 Add CODE_OF_CONDUCT from contributor-covenant, CONTRIBUTING and CLA
Installation:
Linux:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v1.0.0/myke_linux_amd64
chmod +x /usr/local/bin/myke
Mac:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v1.0.0/myke_darwin_amd64
chmod +x /usr/local/bin/myke
Windows: Download myke_windows_amd64.exe
from below and put it on PATH
v1.0.0-rc.3
Updates
- #82 Fix regression
- #85 Removed support for
cmd.exe
until concerns in the issue are resolved - #83 #87 #88 #89 Flexible verbosity levels
Installation:
Linux:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v1.0.0-rc.3/myke_linux_amd64
chmod +x /usr/local/bin/myke
Mac:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v1.0.0-rc.3/myke_darwin_amd64
chmod +x /usr/local/bin/myke
Windows: Download myke_windows_amd64.exe
from below and put it on PATH
v1.0.0-rc.2
Updates
- Documentation updates
- Golang and dependency freeze
- Added codecov integration
- No functional changes
Installation:
Linux:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v1.0.0-rc.2/myke_linux_amd64
chmod +x /usr/local/bin/myke
Mac:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v1.0.0-rc.2/myke_darwin_amd64
chmod +x /usr/local/bin/myke
Windows: Download myke_windows_amd64.exe
from below and put it on PATH
v1.0.0-rc.1
Updates
- Templating/API/Code freeze
- Only bug fixes from this point leading upto 1.0.0 release
- Fixed #68 - Fail when mixin/discover files are not present
Installation:
Linux:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v1.0.0-rc1/myke_linux_amd64
chmod +x /usr/local/bin/myke
Mac:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v1.0.0-rc1/myke_darwin_amd64
chmod +x /usr/local/bin/myke
Windows: Download myke_windows_amd64.exe
from below and put it on PATH
v0.9.1
Updates
- Windows support and test coverage (thanks @blaubaer)
- Templating language freeze
Installation:
Linux:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.9.1/myke_linux_amd64
chmod +x /usr/local/bin/myke
Mac:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.9.1/myke_darwin_amd64
chmod +x /usr/local/bin/myke
Windows: Download myke_windows_amd64.exe
from below and put it on PATH
v0.9.0
Updates
- Command line / YML syntax freeze towards v1.0.0 release (templating language still open, wait for first RC for complete freeze)
- Added
error
hook [#73] - Added
--dry-run/-n
flag to print tasks without running them [#71]
Breaking Changes
- Invoking tasks with arguments is now cleaner [#70 #43]
- This does not change any YML files, only the way you invoke tasks changes:
# old
myke task[a=1,b=2] task[a=3,b=4]
# new
myke task --a=1 --b=2 task --a=3 --b=4
Installation:
Linux:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.9.0/myke_linux_amd64
chmod +x /usr/local/bin/myke
Mac:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.9.0/myke_darwin_amd64
chmod +x /usr/local/bin/myke
Windows: Download myke_windows_amd64.exe
from below and put it on PATH
v0.5.5
Updates
- Better task list display #59 rdsubhas/go-elastictable/issues/9
- Finalized text/template #47
Installation:
Linux:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.5.5/myke_linux_amd64; chmod +x /usr/local/bin/myke
Mac:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.5.5/myke_darwin_amd64; chmod +x /usr/local/bin/myke
Windows: Download myke_windows_amd64.exe
from below and put it on PATH
v0.5.4
Updates
- 30% smaller binary sizes (#52)
- Task list output doesn't stretch unnecessarily (rdsubhas/go-elastictable#9)
- Updated dependencies
Installation:
Linux:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.5.4/myke_linux_amd64; chmod +x /usr/local/bin/myke
Mac:
wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.5.4/myke_darwin_amd64; chmod +x /usr/local/bin/myke
Windows: Download myke_windows_amd64.exe
from below and put it on PATH