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 +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-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.3] - 2019-04-22
9+
10+ ### Added
11+
12+ - Adds support for thumbv8 and cortex-m v0.6.0
13+
814## [ v0.3.2] - 2018-11-04
915
1016### Added
@@ -85,7 +91,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8591
8692- Initial release
8793
88- [ Unreleased ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.1...HEAD
94+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...HEAD
95+ [ v0.3.3 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.2...v0.3.3
96+ [ v0.3.2 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.1...v0.3.2
8997[ v0.3.1 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.0...v0.3.1
9098[ v0.3.0 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.2.1...v0.3.0
9199[ v0.2.1 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.2.0...v0.2.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77name = " cortex-m-semihosting"
88readme = " README.md"
99repository = " https://github.com/japaric/cortex-m-semihosting"
10- version = " 0.3.2 "
10+ version = " 0.3.3 "
1111
1212[features ]
1313inline-asm = []
You can’t perform that action at this time.
0 commit comments