Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 12:19
· 9 commits to master since this release

Breaking changes

This release breaks compatibility with gleichzeitig run in v0.2.0:

Previous behaviour:

gleichzeitig run "echo 'hello world'+echo 'hello world2"

New behaviour:

gleichzeitig run "echo 'hello world'" "echo 'hello world2"

Changelog

  • 098d129 chore: update .gitignore and default config
  • 59cb1c0 refactor: changed log.Fatalln to logErr, updated default cmds
  • c6a7774 refactor: switched from + separated cmds to interpreting every argument as a command