Skip to content

Commit ed32886

Browse files
Release v0.3.0
1 parent 06b0da3 commit ed32886

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
-
10+
11+
## [0.3.0] - 2025-02-26
12+
913
### Changed
1014

1115
- Update littlefs to [v2.9.3](https://github.com/littlefs-project/littlefs/releases/tag/v2.9.3)
@@ -41,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4145
[#5]: https://github.com/trussed-dev/littlefs2-sys/pull/5
4246
[#9]: https://github.com/trussed-dev/littlefs2-sys/pull/9
4347

44-
[Unreleased]: https://github.com/trussed-dev/littlefs2-sys/compare/0.2.0...HEAD
48+
[Unreleased]: https://github.com/trussed-dev/littlefs2-sys/compare/0.3.0...HEAD
4549
[0.1.7]: https://github.com/trussed-dev/littlefs2-sys/compare/0.1.6...0.1.7
4650
[0.2.0]: https://github.com/trussed-dev/littlefs2-sys/compare/0.1.7...0.2.0
51+
[0.3.0]: https://github.com/trussed-dev/littlefs2-sys/compare/0.2.0...0.3.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "littlefs2-sys"
33
description = "Low-level bindings to littlefs"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
authors = ["Nicolas Stalder <[email protected]>", "The Trussed Developers"]
66
edition = "2018"
77
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)