Skip to content

Commit 9f1892e

Browse files
bors[bot]khrs
andauthored
Merge #59
59: Release v0.7.1 r=Disasm a=khrs Co-authored-by: Karol Harasim <[email protected]>
2 parents 6f4a9d4 + 13744d9 commit 9f1892e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

riscv-rt/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.7.1] - 2020-06-02
11+
1012
### Added
1113

1214
- Add support to initialize custom interrupt controllers.
1315

16+
### Changed
17+
18+
- Exception handler may return now
19+
1420
## [v0.7.0] - 2020-03-10
1521

1622
### Added
@@ -31,5 +37,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3137
- Set MSRV to 1.38
3238

3339

34-
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.7.0...HEAD
40+
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.7.1...HEAD
41+
[v0.7.1]: https://github.com/rust-embedded/riscv/compare/v0.7.0...v0.7.1
3542
[v0.7.0]: https://github.com/rust-embedded/riscv/compare/v0.6.1...v0.7.0

riscv-rt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "riscv-rt"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
repository = "https://github.com/rust-embedded/riscv-rt"
55
authors = ["The RISC-V Team <[email protected]>"]
66
categories = ["embedded", "no-std"]

0 commit comments

Comments
 (0)