From 53bbcd4f7bc032ff66a57e44a8e009c11335152e Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 4 Mar 2025 16:27:57 +0100 Subject: [PATCH] Release v0.6.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e879f74f..65a072e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 037cdb4d..b6d14f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "Brandon Edens ", "The Trussed developers"] readme = "README.md" categories = ["embedded", "filesystem", "no-std"]