Release littlefs2-core v0.1.1

This commit is contained in:
Robin Krahl
2025-01-16 16:41:11 +01:00
parent de820834f0
commit c31e789cd7
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
-
## [v0.1.1](https://github.com/trussed-dev/littlefs2/releases/tag/core-0.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.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "littlefs2-core"
version = "0.1.0"
version = "0.1.1"
authors = ["The Trussed developers"]
description = "Core types for the littlefs2 crate"