Skip to content

Commit 459421d

Browse files
bors[bot]Disasm
andauthored
Merge #36
36: Release v0.5.5 r=almindor a=Disasm Co-authored-by: Vadim Kaushan <[email protected]>
2 parents e5e0888 + 7590a98 commit 459421d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
## [Unreleased]
9+
10+
## [v0.5.5] - 2020-02-28
11+
12+
### Added
13+
14+
- Added `riscv32i-unknown-none-elf` target support
15+
- Added user trap setup and handling registers
16+
- Added write methods for the `mip` and `satp` registers
17+
- Added `mideleg` register
18+
- Added Changelog
19+
20+
### Changed
21+
22+
- Fixed MSRV by restricting the upper bound of `bare-metal` version
23+
24+
[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.5.5...HEAD
25+
[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.4"
3+
version = "0.5.5"
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)