From 74b17c2e5c644b422c0af9f07dd970d87b810a39 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 9 Mar 2026 09:25:30 +0100 Subject: [PATCH] Release v0.7.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80191974..ae4efc19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +- + +## [v0.7.0](https://github.com/trussed-dev/littlefs2/releases/tag/0.7.0) - 2026-03-09 + ### Fixed - Fixed offset calculation overflow in `lfs_config_read` and `lfs_config_prog` if the offset is larger than `u32::MAX`. @@ -27,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Updated to [`littlefs2-sys` v0.3.2](https://github.com/trussed-dev/littlefs2-sys/releases/tag/0.3.2). +- Updated to `heapless` v0.9. ## [v0.6.1](https://github.com/trussed-dev/littlefs2/releases/tag/0.6.1) - 2025-03-04