## [Unreleased] ## [0.2.0] - 2024-11-06 - Update the `perform_all` helper method to `perform_all_jobs` - Update the `perform_all_before` helper method to `perform_all_jobs_before` - Update the `perform_all_after` helper method to `perform_all_jobs_after` - Update the `perform_all_within` helper method to `perform_all_jobs_within` ## [0.1.1] - 2024-11-06 - Update `Journal` interface - Add top-level `ChaoticJob` methods to work with the journal - Fix bug with job sorting in the `Performer` - Fix bug with resolving time cutoffs in the `Performer` - Fix bug with using the `run_scenario` helper with a block ## [0.1.0] - 2024-11-06 - Added `Journal` to log activity for tests - Added `Performer` to correctly perform jobs with retries - Added `Glitch` to inject transient failures into code execution - Added `Scenario` to define a glitch for a specific job - Added `Simulation` to run all possible error scenarios for a job - Added `Helpers` module to provide easy to use methods for testing ## [0.0.1] - 2024-11-06 - Initial release