Skip to content

Commit bc4b454

Browse files
Release v0.6.0
1 parent 9fdeadc commit bc4b454

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
-
11+
12+
## [v0.6.0](https://github.com/trussed-dev/littlefs2/releases/tag/0.6.0) - 2025-02-28
13+
1014
### Changed
1115

1216
- Updated to [`littlefs2-sys` v0.3.1](https://github.com/trussed-dev/littlefs2-sys/releases/tag/0.3.1) and [`littlefs` v2.9.3](https://github.com/littlefs-project/littlefs/releases/tag/v2.9.3).

Cargo.toml

+1-1
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.5.0"
12+
version = "0.6.0"
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)