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

Commit 4ab83b9

Browse files
bors[bot]adamgreigtherealprof
committed
Merge #34
34: v0.3.3 r=therealprof a=adamgreig Closes #33 Co-authored-by: Adam Greig <adam@adamgreig.com> Co-authored-by: Daniel Egger <daniel@eggers-club.de>
2 parents ee4d151 + 181728d commit 4ab83b9

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
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: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
[package]
2-
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
2+
authors = [
3+
"The Cortex-M Team <cortex-m@teams.rust-embedded.org>",
4+
"Jorge Aparicio <japaricious@gmail.com>",
5+
]
36
description = "Semihosting for ARM Cortex-M processors"
47
documentation = "https://docs.rs/cortex-m-semihosting"
58
keywords = ["semihosting", "arm", "cortex-m"]
69
license = "MIT OR Apache-2.0"
710
name = "cortex-m-semihosting"
811
readme = "README.md"
9-
repository = "https://github.com/japaric/cortex-m-semihosting"
10-
version = "0.3.2"
12+
repository = "https://github.com/rust-embedded/cortex-m-semihosting"
13+
version = "0.3.3"
1114

1215
[features]
1316
inline-asm = []

0 commit comments

Comments
 (0)