File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
2525
2626- __ Breaking Change__ : Removed the ` reason: &str ` argument from ` BlockDevice `
2727
28+ ## [ Version 0.8.2] - 2025-06-07
29+
30+ ### Changed
31+
32+ * Fixed writing at block start mid-file (previously overwrote subsequent file data with zeros up to the end of the block)
33+
2834## [ Version 0.8.1] - 2024-11-03
2935
3036### Changed
@@ -181,7 +187,8 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
181187
182188[ Keep a Changelog ] : http://keepachangelog.com/en/1.0.0/
183189[ Semantic Versioning ] : http://semver.org/spec/v2.0.0.html
184- [ Unreleased ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.8.1...develop
190+ [ Unreleased ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.8.2...develop
191+ [ Version 0.8.2 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.8.1...v0.8.2
185192[ Version 0.8.1 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.8.0...v0.8.1
186193[ Version 0.8.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.7.0...v0.8.0
187194[ Version 0.7.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.6.0...v0.7.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88name = " embedded-sdmmc"
99readme = " README.md"
1010repository = " https://github.com/rust-embedded-community/embedded-sdmmc-rs"
11- version = " 0.8.1 "
11+ version = " 0.8.2 "
1212
1313# Make sure to update the CI too!
1414rust-version = " 1.76"
You can’t perform that action at this time.
0 commit comments