All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.1.1 - 2025-01-16
- Make
Path
andPathBuf
more const-friendly:- Make
Path::as_ptr
andPathBuf::from_buffer_unchecked
const. - Add const
Path::const_eq
,PathBuf::from_path
,PathBuf::as_path
andPathBuf::as_str
methods.
- Make
- Add
path_buf
macro to construct aPathBuf
from a string literal.
v0.1.0 - 2024-10-17
Initial release with the core types from littlefs2
.