Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 4c1d19d

Browse files
committed
Prepared for v0.3.5 release
1 parent 3a944ac commit 4c1d19d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010
name = "cortex-m-semihosting"
1111
readme = "README.md"
1212
repository = "https://github.com/rust-embedded/cortex-m-semihosting"
13-
version = "0.3.4"
13+
version = "0.3.5"
1414
edition = "2018"
1515

1616
[features]

0 commit comments

Comments
 (0)