File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
1010-
1111
12+ ## [ v0.1.2] ( https://github.com/trussed-dev/littlefs2/releases/tag/core-0.1.2 ) - 2025-10-16
13+
14+ - Make ` io::Result ` alias accept other error types
15+ - Add ` debug-error ` feature to have a proper debug implementation of errors
16+ - Add support for ` heapless ` v0.9 and ` heapless-bytes ` v0.5
17+
1218## [ v0.1.1] ( https://github.com/trussed-dev/littlefs2/releases/tag/core-0.1.1 ) - 2025-01-16
1319
1420- Make ` Path ` and ` PathBuf ` more const-friendly:
Original file line number Diff line number Diff line change 11[package ]
22name = " littlefs2-core"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [" The Trussed developers" ]
55description = " Core types for the littlefs2 crate"
66
You can’t perform that action at this time.
0 commit comments