Skip to content

Commit 255ef60

Browse files
bors[bot]Disasm
andauthored
Merge #38
38: Release v0.5.6 r=almindor a=Disasm Co-authored-by: Vadim Kaushan <[email protected]>
2 parents 30af64c + 99e1891 commit 255ef60

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.5.6] - 2020-03-14
11+
12+
### Added
13+
14+
- Added vexriscv-specific registers
15+
1016
## [v0.5.5] - 2020-02-28
1117

1218
### Added
@@ -21,5 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2127

2228
- Fixed MSRV by restricting the upper bound of `bare-metal` version
2329

24-
[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
2532
[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)