Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 393 Bytes

CHANGELOG.md

File metadata and controls

8 lines (7 loc) · 393 Bytes

0.1.1

  • Improved readability of analyze output.
  • Improved code quality: Moved all operations and output handling into the analyze function. (Thanks to @nanoqsh)
  • Removed build dependency walkdir by replacing it with a function. (Thanks to @nanoqsh)
  • Removed Arc<Mutex<>> since get_files_types does not involve parallelism (yet?).

0.1.0

Initial version with base functionality.