@@ -8,7 +8,33 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
8
8
9
9
### Changed
10
10
11
- - Updated to ` heapless ` ^0.8
11
+ - None
12
+
13
+ ### Added
14
+
15
+ - None
16
+
17
+ ### Removed
18
+
19
+ - None
20
+
21
+ ## [ Version 0.8.0] - 2024-07-12
22
+
23
+ ### Changed
24
+
25
+ - Fixed a bug when seeking backwards through files.
26
+ - Updated to ` heapless-0.8 ` and ` embedded-hal-bus-0.2 ` .
27
+ - No longer panics if the close fails when a ` Volume ` is dropped - the failure is instead ignored.
28
+
29
+ ### Added
30
+
31
+ - ` File ` now has a ` flush() ` method.
32
+ - ` File ` now has a ` close() ` method.
33
+
34
+ ### Removed
35
+
36
+ - __ Breaking Change__ : Removed ` CS ` type-param on ` SdCard ` - now we use the ` SpiDevice ` chip-select (closing [ #126 ] )
37
+ - __ Breaking Change__ : Removed the 74 clock cycle 'init' sequence - now applications must do this
12
38
13
39
## [ Version 0.7.0] - 2024-02-04
14
40
@@ -31,8 +57,9 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
31
57
32
58
### Removed
33
59
34
- * None
60
+ - None
35
61
62
+ [ #126 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/issues/126
36
63
[ #74 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/issues/74
37
64
[ embedded-hal ] : https://crates.io/crates/embedded-hal
38
65
@@ -128,7 +155,7 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
128
155
129
156
- Reduce delay waiting for response. Big speed improvements.
130
157
131
- ## [ Version 0.1.0 ] - 2018-12-23
158
+ ## [ Version 0.1.1 ] - 2018-12-23
132
159
133
160
### Changed
134
161
@@ -139,7 +166,8 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
139
166
140
167
[ Keep a Changelog ] : http://keepachangelog.com/en/1.0.0/
141
168
[ Semantic Versioning ] : http://semver.org/spec/v2.0.0.html
142
- [ Unreleased ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.7.0...develop
169
+ [ Unreleased ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.8.0...develop
170
+ [ Version 0.8.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.8.0...v0.7.0
143
171
[ Version 0.7.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.7.0...v0.6.0
144
172
[ Version 0.6.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.6.0...v0.5.0
145
173
[ Version 0.5.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.5.0...v0.4.0
0 commit comments