CHANGELOG.md in chaotic_job-0.0.1 vs CHANGELOG.md in chaotic_job-0.1.0
- old
+ new
@@ -1,5 +1,14 @@
## [Unreleased]
## [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