Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.0.7 #41

Merged
merged 12 commits into from
May 4, 2024
Merged

v0.0.7 #41

merged 12 commits into from
May 4, 2024

Conversation

sebastienrousseau
Copy link
Owner

@sebastienrousseau sebastienrousseau commented May 4, 2024

This release includes several improvements, bug fixes, and new features to the vrd crate. Here's a summary of the changes:

Features

  • Added MersenneTwisterConfig struct along with corresponding tests. This struct provides configuration options for the Mersenne Twister RNG.

Bug Fixes

  • Fixed CI jobs and added new ones to ensure better reliability of the CI pipeline.
  • Resolved an issue where gen keyword conflicted with the 2024 edition, now using r#gen as a raw identifier.

Documentation

  • Updated examples documentation and sorted them for better clarity.
  • Improved log_entry_async function and updated unit tests accordingly.
  • Updated crate example code and documentation, along with the addition of new functions.

Tests

  • Added new test case test_new_custom_invalid_parameters to ensure robustness of custom parameter handling.
  • Expanded test coverage for random.rs module to enhance reliability and correctness.

Style

  • Fixed formatting issues and applied consistent code styling throughout the project.

Copy link

codecov bot commented May 4, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@sebastienrousseau sebastienrousseau merged commit 42b7302 into main May 4, 2024
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant