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
25
25
26
26
- __ Breaking Change__ : Removed the ` reason: &str ` argument from ` BlockDevice `
27
27
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
+
28
34
## [ Version 0.8.1] - 2024-11-03
29
35
30
36
### Changed
@@ -181,7 +187,8 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
181
187
182
188
[ Keep a Changelog ] : http://keepachangelog.com/en/1.0.0/
183
189
[ 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
185
192
[ Version 0.8.1 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.8.0...v0.8.1
186
193
[ Version 0.8.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.7.0...v0.8.0
187
194
[ 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"
8
8
name = " embedded-sdmmc"
9
9
readme = " README.md"
10
10
repository = " https://github.com/rust-embedded-community/embedded-sdmmc-rs"
11
- version = " 0.8.1 "
11
+ version = " 0.8.2 "
12
12
13
13
# Make sure to update the CI too!
14
14
rust-version = " 1.76"
You can’t perform that action at this time.
0 commit comments