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 +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
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 11[package ]
2- authors = [" Jorge Aparicio <japaricious@gmail.com>" ]
2+ authors = [
3+ " The Cortex-M Team <cortex-m@teams.rust-embedded.org>" ,
4+ " Jorge Aparicio <japaricious@gmail.com>" ,
5+ ]
36description = " Semihosting for ARM Cortex-M processors"
47documentation = " https://docs.rs/cortex-m-semihosting"
58keywords = [" semihosting" , " arm" , " cortex-m" ]
69license = " MIT OR Apache-2.0"
710name = " cortex-m-semihosting"
811readme = " README.md"
9- repository = " https://github.com/japaric /cortex-m-semihosting"
10- version = " 0.3.2 "
12+ repository = " https://github.com/rust-embedded /cortex-m-semihosting"
13+ version = " 0.3.3 "
1114
1215[features ]
1316inline-asm = []
You can’t perform that action at this time.
0 commit comments