From ed32886802a5d09aa359021400eba245b3c5614e Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 26 Feb 2025 11:50:15 +0100 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d0082..2e2f49c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- + +## [0.3.0] - 2025-02-26 + ### Changed - 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 [#5]: https://github.com/trussed-dev/littlefs2-sys/pull/5 [#9]: https://github.com/trussed-dev/littlefs2-sys/pull/9 -[Unreleased]: https://github.com/trussed-dev/littlefs2-sys/compare/0.2.0...HEAD +[Unreleased]: https://github.com/trussed-dev/littlefs2-sys/compare/0.3.0...HEAD [0.1.7]: https://github.com/trussed-dev/littlefs2-sys/compare/0.1.6...0.1.7 [0.2.0]: https://github.com/trussed-dev/littlefs2-sys/compare/0.1.7...0.2.0 +[0.3.0]: https://github.com/trussed-dev/littlefs2-sys/compare/0.2.0...0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 84260fe..41065f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "littlefs2-sys" description = "Low-level bindings to littlefs" -version = "0.2.0" +version = "0.3.0" authors = ["Nicolas Stalder ", "The Trussed Developers"] edition = "2018" license = "BSD-3-Clause"