process-compose-flake/CHANGELOG.md

14 lines
375 B
Markdown
Raw Permalink Normal View History

2023-06-13 01:15:09 +03:00
# Revision history for process-compose-flake
## Unreleased
- #18: Add `testScript` option for adding flake checks based on nixosTest library.
- Fixes
2023-06-14 01:09:10 +03:00
- #19: Reintroduce the `shell` option so process-compose doesn't rely on user's global bash (which doesn't exist nixosTest runners).
2023-06-17 03:26:28 +03:00
- #20: Fix definiton of `probe.exec`
2023-06-13 01:15:09 +03:00
## 0.1.0 (Jun 12, 2023)
- Initial release