Releases: adhamsalama/yasta
Releases · adhamsalama/yasta
Small Bugfix
Fix bug where all sequential tasks run ignoring the "ignore-failed" option.
Add ability to run tasks in parallel. 🚀
What's Changed
- Add parallel execution by @adhamsalama in #1
New Contributors
- @adhamsalama made their first contribution in #1
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Add flag for capturing output and set the deafaule value to False
This is useful because capturing output for unending commands (like running a webserver) will make Yasta wait for it to end (which won't happen) thus not showing any output or logs at all.
Yasta Released! 🥳🎉
Yasta is a modern task runner written in Python, it's also what we call microbus drivers in Egypt! 🚐
Yasta makes running and managing your tasks a breeze! 🌬️
Check the README for more info and examples!