Skip to content

Commit 4f1a594

Browse files
Release v0.7.1
1 parent 2e644b3 commit 4f1a594

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@ 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-20
13+
14+
### Fixed
15+
16+
- Fixed documentation build on docs.rs.
17+
1018
### Changed
1119

1220
- Documented the MSRV 1.87
13-
- Fixed documentation build on docs.rs.
1421

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

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)