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

Commit 64b7c7e

Browse files
bors[bot]korken89
andcommitted
Merge #37
37: Release v0.3.4 r=adamgreig a=korken89 Co-authored-by: Emil Fresk <[email protected]>
2 parents 8a543c7 + 93753a4 commit 64b7c7e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.3.4] - 2019-04-22
9+
10+
### Fixed
11+
12+
- Support for thumbv8 mainline hf target
13+
814
## [v0.3.3] - 2019-04-22
915

1016
### Added
@@ -91,7 +97,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9197

9298
- Initial release
9399

94-
[Unreleased]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...HEAD
100+
[Unreleased]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...HEAD
101+
[v0.3.4]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...v0.3.4
95102
[v0.3.3]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.2...v0.3.3
96103
[v0.3.2]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.1...v0.3.2
97104
[v0.3.1]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.0...v0.3.1

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.3"
13+
version = "0.3.4"
1414

1515
[features]
1616
inline-asm = []

0 commit comments

Comments
 (0)