@@ -7,16 +7,31 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ v0.4.1] - 2020-10-20
9
9
10
+ 0.4.1 was yanked because the pre-built binaries contain conflicting symbols
11
+ with a supported version of cortex-m.
12
+
10
13
- Fix missing prebuilt binaries (#271 )
11
14
12
15
## [ v0.4.0] - 2020-10-14
13
16
17
+ v0.4.0 was yanked because it did not include the required pre-built binaries
18
+ in the final crate.
19
+
14
20
- Moved into cortex-m repository
15
21
- Merge ` HStdout ` and ` HStderr ` into one type: ` HostStream `
16
22
- Support cortex-m v0.7
23
+ - Semihosting macros no longer return a Result, instead errors are ignored.
24
+
25
+ ## [ v0.3.7] - 2020-12-02
26
+
27
+ - Replaces the yanked v0.3.6 by reverting #48 , so the semihosting macros
28
+ continue to return a Result.
17
29
18
30
## [ v0.3.6] - 2020-12-01
19
31
32
+ v0.3.6 was yanked because it incorrectly included #48 , which was a breaking
33
+ change.
34
+
20
35
### Added
21
36
22
37
- Update cortex-m dependency to support version 0.7.
@@ -129,6 +144,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
129
144
[ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.4.1...HEAD
130
145
[ v0.4.1 ] : https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.4.0...c-m-sh-v0.4.1
131
146
[ v0.4.0 ] : https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.3.5...c-m-sh-v0.4.0
147
+ [ v0.3.7 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.6...v0.3.7
132
148
[ v0.3.6 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.5...v0.3.6
133
149
[ v0.3.5 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...v0.3.5
134
150
[ v0.3.4 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...v0.3.4
0 commit comments