Skip to content

Commit 53bbcd4

Browse files
Release v0.6.1
1 parent 9680d4f commit 53bbcd4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
-
11+
12+
## [v0.6.1](https://github.com/trussed-dev/littlefs2/releases/tag/0.6.1) - 2025-03-04
13+
1014
### Added
1115

1216
- Added `DynStorageAlloc` trait behind the `alloc` feature.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/trussed-dev/littlefs2"
99
[package]
1010
name = "littlefs2"
1111
description = "Idiomatic Rust API for littlefs"
12-
version = "0.6.0"
12+
version = "0.6.1"
1313
authors = ["Nicolas Stalder <n@stalder.io>", "Brandon Edens <brandonedens@gmail.com>", "The Trussed developers"]
1414
readme = "README.md"
1515
categories = ["embedded", "filesystem", "no-std"]

0 commit comments

Comments
 (0)