Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 774 Bytes

CHANGELOG.md

File metadata and controls

21 lines (13 loc) · 774 Bytes

Changelog

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.

Unreleased

v0.1.1 - 2025-01-16

  • Make Path and PathBuf more const-friendly:
    • Make Path::as_ptr and PathBuf::from_buffer_unchecked const.
    • Add const Path::const_eq, PathBuf::from_path, PathBuf::as_path and PathBuf::as_str methods.
  • Add path_buf macro to construct a PathBuf from a string literal.

v0.1.0 - 2024-10-17

Initial release with the core types from littlefs2.