Release littlefs2-core v0.1.2

This commit is contained in:
Robin Krahl
2025-10-16 16:23:50 +02:00
parent 1d248996ab
commit 4eec5f2fcd
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
-
## [v0.1.2](https://github.com/trussed-dev/littlefs2/releases/tag/core-0.1.2) - 2025-10-16
- Make `io::Result` alias accept other error types
- Add `debug-error` feature to have a proper debug implementation of errors
- Add support for `heapless` v0.9 and `heapless-bytes` v0.5
## [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:
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "littlefs2-core"
version = "0.1.1"
version = "0.1.2"
authors = ["The Trussed developers"]
description = "Core types for the littlefs2 crate"