mirror of
https://github.com/trussed-dev/littlefs2.git
synced 2026-06-20 04:16:32 -07:00
Release littlefs2-core v0.1.2
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user