# Changelog All notable changes to this project will be documented in this file. ## [unreleased] ### Bug Fixes - Repaired corrupted README.md - Updated dependency versions ### Documentation - Minor update to README.md - Update README.md - Updated README.md to sound less anti-Rust - Corrected minor documentation issues - Added note to README.md about automated git cliff - Added note about post-commit hook to README.md - Added iterable info to README.md - Changed catch phrase in README.md ### Miscellaneous Tasks - Removed git-cliff as a dev dependency ### Refactor - Split bitman into multiple files - Fixed several minor clippy complaints - Added #[inline] to function calls - Changed references from structs to Self where possible.