Changelog
All notable changes to wrkflw will be documented in this file.
0.5.0 - 2025-08-09
⛰️ Features
- (gitlab) Add comprehensive GitLab CI/CD pipeline support - (e73b0df)
- Add --preserve-containers-on-failure flag for debugging - (7edc6b3)
- Add --preserve-containers-on-failure flag for debugging - (4251e64)
- Add conditional job execution and flexible needs parsing - (cff8e3f)
- Add exit code support for validation failures - (4802e68)
- Add comprehensive Podman container runtime support - (50e62fb)
- Bump version to 0.5.0 for podman support - (1cc3bf9)
🐛 Bug Fixes
- (ui) Fix additional clippy warnings for CI compatibility - (2238973)
- (ui) Fix final io::Error clippy warning - (faee471)
- (utils) Replace deprecated io::Error::new with io::Error::other - (699c925)
- (validators) Add validation for duplicate step IDs within GitHub Actions jobs - (48e944a)
- Fixed the issues in viewing step details in non verbose mode - (00fa569)
- Make gitlab pipelines show up in tui - (d5d1904)
🚜 Refactor
- (ui) Modularize UI crate for improved maintainability - (9f51e26)
- (workspace) Move top-level src to crates/wrkflw - (3a88b33)
📚 Documentation
- Update README with container preservation feature - (2ba3dbe)
- Update README with exit code functionality - (b4a73a3)
Refactor
- Migrate modules to workspace crates - (470132c)