Releases: lsibilla/runci
Releases · lsibilla/runci
v0.2.0
Core features:
- Event logger
- Terminal logger
- Logger and runner basic inversion of control
New runners
- compose-run
- docker-build
- docker-pull
- target-run
Fixes:
- Handle subprocess outputs using more than 4kb between line returns.
v0.1.0
This is the very first PoC release. It contains basic CLI and dependencies logic.
Features:
- Basic CLI specifying input file and targets.
- Target dependencies logic.
- Possibility to run build steps in parallel.
- docker-compose build runner.