systemd_tmpfiles 0.2.8

A parser for systemd-tmpfiles configuration files
Documentation
# 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.8] - 2025-11-02

### ๐Ÿ› Bug fixes

- Added single quoted strings
- Allow argument field to contain unquoted spaces (and only allow unquoted)

### ๐Ÿงช Testing

- Add file level parser test for systemd_tmpfiles


## [0.2.7] - 2025-07-14

### โš™๏ธ Other stuff

- Update to Rust 1.88.0

## [0.2.6] - 2025-05-17

### โš™๏ธ Other stuff

- Update Cargo.toml dependencies

## [0.2.5] - 2025-05-05

### ๐Ÿšœ Refactoring

- Clean up inter-module cyclic dependencies

## [0.2.4] - 2025-04-27

### โš™๏ธ Other stuff

- Clippy fixes with 1.86

## [0.2.3] - 2025-03-28

### โš™๏ธ Other stuff

- Format toml files
- Migrate to edition 2024
- Bump mimumum required Rust version to 1.85.0

## [0.2.2] - 2024-12-16

### ๐Ÿš€ Features

- Prepare workspace hack with cargo-hakari

### โš™๏ธ Other stuff

- Fix clippy on newer rust

## [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