You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`tests/integration_tests.rs`: Understand how to write effective tests
175
175
-`.github/workflows/rust.yml`: Learn about CI/CD configuration
176
176
177
+
## Recent Updates
178
+
179
+
### Version 0.1.1 (March 8, 2025)
180
+
181
+
-**Bug Fix**: Fixed an issue where changing the seed value in the configuration file wasn't properly affecting the output image. The bug was in the `render_from_config` function where the RNG state wasn't being properly managed.
182
+
-**Bug Fix**: Fixed color inconsistency between the basic example and the main program. Now both methods produce the same colors for the same seed.
183
+
-**Change**: Updated the default seed value to 99 throughout the codebase.
0 commit comments