Skip to content

Commit 498924d

Browse files
bors[bot]almindor
andauthored
Merge #84
84: bump version to v0.7.0 r=Disasm a=almindor Co-authored-by: Ales Katona <[email protected]>
2 parents fc82cf7 + 57dae22 commit 498924d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
- Update `bare-metal` to `v1.0.0` removing `Nr` trait
10+
## [v0.7.0] - 2020-07-29
11+
12+
### Added
13+
14+
- Add `medeleg` register
15+
- Add `cycle[h]`, `instret[h]` and `mcounteren`
16+
- Add additional binaries for floating-point ABIs
17+
- Add support for `mxr`
18+
- Add support for `mprv`
1119

1220
### Changed
1321

22+
- Fix `scause::set`
23+
- Various formatting and comment fixes
24+
- Update `bare-metal` to `v1.0.0` removing `Nr` trait
1425
- Build targets on `docs.rs` are now RISC-V targets other than default ones
1526

1627
## [v0.6.0] - 2020-06-20

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "riscv"
3-
version = "0.6.0"
3+
version = "0.7.0"
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)