Skip to content

Commit a6b818e

Browse files
committed
Merge branch 'main' into develop
2 parents 5a67cfb + ea8cd4c commit a6b818e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "embedded-sdmmc"
99
readme = "README.md"
1010
repository = "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!
1414
rust-version = "1.76"

0 commit comments

Comments
 (0)