Release v0.7.1

This commit is contained in:
Robin Krahl
2026-03-20 10:53:02 +01:00
parent 2e644b3301
commit 4f1a5949a0
2 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
-
## [v0.7.1](https://github.com/trussed-dev/littlefs2/releases/tag/0.7.1) - 2026-03-20
### Fixed
- Fixed documentation build on docs.rs.
### Changed
- Documented the MSRV 1.87
- Fixed documentation build on docs.rs.
## [v0.7.0](https://github.com/trussed-dev/littlefs2/releases/tag/0.7.0) - 2026-03-09
+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.7.0"
version = "0.7.1"
authors = ["Nicolas Stalder <n@stalder.io>", "Brandon Edens <brandonedens@gmail.com>", "The Trussed developers"]
readme = "README.md"
categories = ["embedded", "filesystem", "no-std"]