Skip to content

Commit 99e1891

Browse files
committed
Release v0.5.6
1 parent 9a65a70 commit 99e1891

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.5.6] - 2020-03-14
11+
1012
### Added
1113

1214
- Added vexriscv-specific registers
@@ -25,5 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2527

2628
- Fixed MSRV by restricting the upper bound of `bare-metal` version
2729

28-
[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.5.5...HEAD
30+
[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.5.6...HEAD
31+
[v0.5.6]: https://github.com/rust-embedded/riscv/compare/v0.5.5...v0.5.6
2932
[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.5"
3+
version = "0.5.6"
44
repository = "https://github.com/rust-embedded/riscv"
55
authors = ["The RISC-V Team <[email protected]>"]
66
categories = ["embedded", "hardware-support", "no-std"]

0 commit comments

Comments
 (0)