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/).
55
66## [ Unreleased]
77
8+ ## [ v0.3.4] - 2019-04-22
9+
10+ ### Fixed
11+
12+ - Support for thumbv8 mainline hf target
13+
814## [ v0.3.3] - 2019-04-22
915
1016### Added
@@ -91,7 +97,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9197
9298- Initial release
9399
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
95102[ v0.3.3 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.2...v0.3.3
96103[ v0.3.2 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.1...v0.3.2
97104[ 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"
1010name = " cortex-m-semihosting"
1111readme = " README.md"
1212repository = " https://github.com/rust-embedded/cortex-m-semihosting"
13- version = " 0.3.3 "
13+ version = " 0.3.4 "
1414
1515[features ]
1616inline-asm = []
You can’t perform that action at this time.
0 commit comments