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

Commit a641906

Browse files
committed
v0.3.3
1 parent ee4d151 commit a641906

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 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.3] - 2019-04-22
9+
10+
### Added
11+
12+
- Adds support for thumbv8 and cortex-m v0.6.0
13+
814
## [v0.3.2] - 2018-11-04
915

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

8692
- Initial release
8793

88-
[Unreleased]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.1...HEAD
94+
[Unreleased]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...HEAD
95+
[v0.3.3]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.2...v0.3.3
96+
[v0.3.2]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.1...v0.3.2
8997
[v0.3.1]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.0...v0.3.1
9098
[v0.3.0]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.2.1...v0.3.0
9199
[v0.2.1]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.2.0...v0.2.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
name = "cortex-m-semihosting"
88
readme = "README.md"
99
repository = "https://github.com/japaric/cortex-m-semihosting"
10-
version = "0.3.2"
10+
version = "0.3.3"
1111

1212
[features]
1313
inline-asm = []

0 commit comments

Comments
 (0)