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 +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ## [ v0.3.5] - 2019-08-29
9+
810- Adds a feature to work around JLink quirks
911- Adds a dbg! macro using heprintln
12+ - Added thumbv8m.main support on stable
1013- Now Rust 2018 edition
1114
12- ## [ v0.3.4] - 2019-04-22
15+ ## [ v0.3.4] - 2019-08-13
1316
1417### Fixed
1518
@@ -101,7 +104,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
101104
102105- Initial release
103106
104- [ Unreleased ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...HEAD
107+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.5...HEAD
108+ [ v0.3.5 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...v0.3.5
105109[ v0.3.4 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...v0.3.4
106110[ v0.3.3 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.2...v0.3.3
107111[ v0.3.2 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.1...v0.3.2
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.4 "
13+ version = " 0.3.5 "
1414edition = " 2018"
1515
1616[features ]
You can’t perform that action at this time.
0 commit comments