Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down