Skip to content

Commit b395169

Browse files
committed
Release v0.6.0
1 parent a614efc commit b395169

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.6.0] - 2020-06-20
11+
1012
### Changed
1113

1214
- `Mtvec::trap_mode()` not returns `Option<TrapMode>` (breaking change)
@@ -37,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3739

3840
- Fixed MSRV by restricting the upper bound of `bare-metal` version
3941

40-
[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.5.6...HEAD
42+
[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.6.0...HEAD
43+
[v0.6.0]: https://github.com/rust-embedded/riscv/compare/v0.5.6...v0.6.0
4144
[v0.5.6]: https://github.com/rust-embedded/riscv/compare/v0.5.5...v0.5.6
4245
[v0.5.5]: https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "riscv"
3-
version = "0.5.6"
3+
version = "0.6.0"
44
repository = "https://github.com/rust-embedded/riscv"
55
authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]
66
categories = ["embedded", "hardware-support", "no-std"]

0 commit comments

Comments
 (0)