Skip to content

Flash v0.1.2

Latest

Choose a tag to compare

@binbandit binbandit released this 23 May 03:58
· 2 commits to main since this release

πŸ› Bug Fixes & Code Quality

This patch release focuses on code quality improvements and bug fixes:

Fixed

  • Formatting: Resolved all code formatting issues to ensure consistent style
  • Clippy warnings: Fixed clippy print_literal warning in main.rs
  • Test completeness: Added missing fast field to Args struct in test files

Improved

  • All code now follows proper Rust formatting standards
  • Clean clippy analysis with zero warnings
  • All 140+ tests passing successfully

Technical Details

  • Fixed clippy warning about literal strings in print macros
  • Ensured all Args struct initializations include all required fields
  • Applied consistent code formatting across the entire codebase

Full Changelog: v0.1.1...v0.1.2