Skip to content

Releases: omio-labs/myke

v1.0.2

06 Nov 17:20
bbe3a1f
Compare
Choose a tag to compare

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

28 Jan 14:50
008abff
Compare
Choose a tag to compare

v1.0.1

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

27 Jun 21:20
Compare
Choose a tag to compare

v1.0.0 is here 🎉

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

27 Apr 22:43
Compare
Choose a tag to compare

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

25 Apr 21:39
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

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

20 Apr 13:02
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

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

20 Apr 09:23
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

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

23 Jan 00:40
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

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

08 Jan 00:30
Compare
Choose a tag to compare
v0.5.5 Pre-release
Pre-release

Updates

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

29 Dec 00:19
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release

Updates

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