Release v0.7.2

This commit is contained in:
Robin Krahl
2026-06-10 15:24:04 +02:00
parent cc3f928543
commit dc0890ea59
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
-
## [v0.7.2](https://github.com/trussed-dev/littlefs2/releases/tag/0.7.2) - 2026-06-10
### Fixed
- Fixed incompatibility with `bindgen` flag `-fshort-enums` (@NickeZ).
## [v0.7.1](https://github.com/trussed-dev/littlefs2/releases/tag/0.7.1) - 2026-03-20
### Fixed
+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.1"
version = "0.7.2"
authors = ["Nicolas Stalder <n@stalder.io>", "Brandon Edens <brandonedens@gmail.com>", "The Trussed developers"]
readme = "README.md"
categories = ["embedded", "filesystem", "no-std"]