This repository was archived by the owner on Dec 2, 2020. It is now read-only.
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 @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.3.4] - 2019-04-22
9
+
10
+ ### Fixed
11
+
12
+ - Support for thumbv8 mainline hf target
13
+
8
14
## [ v0.3.3] - 2019-04-22
9
15
10
16
### Added
@@ -91,7 +97,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
91
97
92
98
- Initial release
93
99
94
- [ Unreleased ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...HEAD
100
+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...HEAD
101
+ [ v0.3.4 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...v0.3.4
95
102
[ v0.3.3 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.2...v0.3.3
96
103
[ v0.3.2 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.1...v0.3.2
97
104
[ v0.3.1 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.0...v0.3.1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
10
10
name = " cortex-m-semihosting"
11
11
readme = " README.md"
12
12
repository = " https://github.com/rust-embedded/cortex-m-semihosting"
13
- version = " 0.3.3 "
13
+ version = " 0.3.4 "
14
14
15
15
[features ]
16
16
inline-asm = []
You can’t perform that action at this time.
0 commit comments