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 +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ## [ v0.3.5] - 2019-08-29
9+
10+ ### Added
11+
812- Adds a feature to work around JLink quirks
913- Adds a dbg! macro using heprintln
14+ - Added thumbv8m.main support on stable
15+
16+ ### Fixed
17+
1018- Now Rust 2018 edition
1119
12- ## [ v0.3.4] - 2019-04-22
20+ ## [ v0.3.4] - 2019-08-13
1321
1422### Fixed
1523
@@ -101,7 +109,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
101109
102110- Initial release
103111
104- [ Unreleased ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...HEAD
112+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.5...HEAD
113+ [ v0.3.5 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...v0.3.5
105114[ v0.3.4 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...v0.3.4
106115[ v0.3.3 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.2...v0.3.3
107116[ 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