Skip to content

Commit d2d595b

Browse files
Release v0.7.1
1 parent 55524ad commit d2d595b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
-
11+
12+
## [v0.7.1](https://github.com/trussed-dev/littlefs2/releases/tag/0.7.1) - 2026-03-16
13+
14+
### Fixed
15+
1016
- Fixed documentation build on docs.rs.
1117

1218
## [v0.7.0](https://github.com/trussed-dev/littlefs2/releases/tag/0.7.0) - 2026-03-09

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/trussed-dev/littlefs2"
99
[package]
1010
name = "littlefs2"
1111
description = "Idiomatic Rust API for littlefs"
12-
version = "0.7.0"
12+
version = "0.7.1"
1313
authors = ["Nicolas Stalder <n@stalder.io>", "Brandon Edens <brandonedens@gmail.com>", "The Trussed developers"]
1414
readme = "README.md"
1515
categories = ["embedded", "filesystem", "no-std"]

0 commit comments

Comments
 (0)