Release v0.7.0

This commit is contained in:
Robin Krahl
2026-03-09 09:25:30 +01:00
parent fb3f0af9cc
commit 74b17c2e5c
+5
View File
@@ -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