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

Commit 19d09ca

Browse files
bors[bot]korken89
andauthored
Merge #45
45: Prepared for v0.3.5 release r=therealprof a=korken89 Co-authored-by: Emil Fresk <[email protected]>
2 parents 3a944ac + 2952949 commit 19d09ca

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

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)