Release v0.6.1

This commit is contained in:
Robin Krahl
2025-03-04 20:21:53 +01:00
parent 9680d4f583
commit 53bbcd4f7b
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
-
## [v0.6.1](https://github.com/trussed-dev/littlefs2/releases/tag/0.6.1) - 2025-03-04
### Added
- Added `DynStorageAlloc` trait behind the `alloc` feature.
+1 -1
View File
@@ -9,7 +9,7 @@ repository = "https://github.com/trussed-dev/littlefs2"
[package]
name = "littlefs2"
description = "Idiomatic Rust API for littlefs"
version = "0.6.0"
version = "0.6.1"
authors = ["Nicolas Stalder <n@stalder.io>", "Brandon Edens <brandonedens@gmail.com>", "The Trussed developers"]
readme = "README.md"
categories = ["embedded", "filesystem", "no-std"]