Skip to content

Commit 89e89d6

Browse files
Release littlefs2-core v0.1.2
1 parent e9d3a1c commit 89e89d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "littlefs2-core"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["The Trussed developers"]
55
description = "Core types for the littlefs2 crate"
66

0 commit comments

Comments
 (0)