# 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.2.1] - 2024-09-19 ### ⚙️ Other stuff - Enable additional rustc and clippy lints - Enable clippy::ignored_unit_patterns - Fix and enable various clippy lints - Enable clippy::use_self ## [0.2.0] - 2024-09-06 ### ⚙️ Other stuff - Apply auto fixable clippy lints - Use nightly import grouping in rustfmt ## [0.1.6] - 2024-08-17 ### ⚙️ Other stuff - Apply nightly clippy fixes ## [0.1.5] - 2024-08-03 ### ⚙️ Other stuff - Bump MSRV ## [0.1.4] - 2024-07-29 ### ⚙️ Other stuff - Formatting ## [0.1.3] - 2024-07-27 ### 📚 Documentation - Spell check code comments ### ⚙️ Other stuff - Format strings using nightly rustfmt - Run rustfmt with nightly `imports_granularity = "Item"` - Use RustRover Optimise imports ## [0.1.2] - 2024-07-25 ### 🚜 Refactoring - Unify and format Cargo.toml files ### ⚙️ Other stuff - Fix typos and lints from RustRover ## [0.1.1] - 2024-06-28 ### 🚀 Features - Improve systemd-tmpfiles backend parsing on duplicated entry ## [0.1.0] - 2024-06-26 ### 🚀 Features - Add systemd-tmpfiles.d parser library