This repository was archived by the owner on Dec 2, 2020. It is now read-only.
File tree 2 files changed +12
-3
lines changed 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/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.3.5] - 2019-08-29
9
+
10
+ ### Added
11
+
8
12
- Adds a feature to work around JLink quirks
9
13
- Adds a dbg! macro using heprintln
14
+ - Added thumbv8m.main support on stable
15
+
16
+ ### Fixed
17
+
10
18
- Now Rust 2018 edition
11
19
12
- ## [ v0.3.4] - 2019-04-22
20
+ ## [ v0.3.4] - 2019-08-13
13
21
14
22
### Fixed
15
23
@@ -101,7 +109,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
101
109
102
110
- Initial release
103
111
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
105
114
[ v0.3.4 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...v0.3.4
106
115
[ v0.3.3 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.2...v0.3.3
107
116
[ 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"
10
10
name = " cortex-m-semihosting"
11
11
readme = " README.md"
12
12
repository = " https://github.com/rust-embedded/cortex-m-semihosting"
13
- version = " 0.3.4 "
13
+ version = " 0.3.5 "
14
14
edition = " 2018"
15
15
16
16
[features ]
You can’t perform that action at this time.
0 commit comments