# Changelog All notable changes to this project will be documented in this file. Keep in mind that this is only updated when releases are made and the file is generated automatically from commit messages (and may or may not be lightly edited). For a possibly more edited message focused on the binary please see the github releases. ## [0.1.6] - 2024-09-20 ### ⚙️ Other stuff - Add crates.io package keywords & categories ## [0.1.5] - 2024-09-19 ### ⚙️ Other stuff - Fix and enable various clippy lints - Enable clippy::use_self ## [0.1.4] - 2024-09-06 ### ⚙️ Other stuff - Apply auto fixable clippy lints - Use nightly import grouping in rustfmt ## [0.1.3] - 2024-08-17 ### ⚙️ Other stuff - Update Cargo.toml dependencies ## [0.1.2] - 2024-08-03 ### ⚙️ Other stuff - Bump MSRV ## [0.1.0] - 2024-07-27 ### 🚜 Refactoring - Make `konfigkoll_script` independent of `konfigkoll_core` ### ⚙️ Other stuff - Run rustfmt with nightly `imports_granularity = "Item"` - Reformat Cargo.toml files & imports