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 +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ## [ v0.3.6] - 2020-12-01
9+
10+ ### Added
11+
12+ - Update cortex-m dependency to support version 0.7.
13+ - Add ` no-semihosting ` feature to disable all semihosting calls.
14+
815## [ v0.3.5] - 2019-08-29
916
1017### Added
@@ -109,7 +116,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
109116
110117- Initial release
111118
112- [ Unreleased ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.5...HEAD
119+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.6...HEAD
120+ [ v0.3.6 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.5...v0.3.6
113121[ v0.3.5 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...v0.3.5
114122[ v0.3.4 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...v0.3.4
115123[ v0.3.3 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.2...v0.3.3
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.5 "
13+ version = " 0.3.6 "
1414edition = " 2018"
1515
1616[features ]
@@ -19,4 +19,4 @@ jlink-quirks = []
1919no-semihosting = []
2020
2121[dependencies ]
22- cortex-m = " >= 0.5.8, < 0.7 "
22+ cortex-m = " >= 0.5.8, < 0.8 "
You can’t perform that action at this time.
0 commit comments