diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c7996f..f71be7c 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.2] - 2026-02-25 + ### Added - Derive `Default` if possible @@ -56,8 +60,9 @@ 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.3.1...HEAD +[Unreleased]: https://github.com/trussed-dev/littlefs2-sys/compare/0.3.2...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 [0.3.1]: https://github.com/trussed-dev/littlefs2-sys/compare/0.3.0...0.3.1 +[0.3.2]: https://github.com/trussed-dev/littlefs2-sys/compare/0.3.1...0.3.2 diff --git a/Cargo.toml b/Cargo.toml index 9b753f1..aaa1a6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "littlefs2-sys" description = "Low-level bindings to littlefs" -version = "0.3.1" +version = "0.3.2" authors = ["Nicolas Stalder ", "The Trussed Developers"] edition = "2018" license = "BSD-3-Clause"