浏览代码

bump version to v0.7.0

Ales Katona 3 年之前
父节点
当前提交
57dae22d80
共有 2 个文件被更改,包括 13 次插入2 次删除
  1. 12 1
      CHANGELOG.md
  2. 1 1
      Cargo.toml

+ 12 - 1
CHANGELOG.md

@@ -7,10 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
-- Update `bare-metal` to `v1.0.0` removing `Nr` trait
+## [v0.7.0] - 2020-07-29
+
+### Added
+
+- Add `medeleg` register
+- Add `cycle[h]`, `instret[h]` and `mcounteren`
+- Add additional binaries for floating-point ABIs
+- Add support for `mxr`
+- Add support for `mprv`
 
 ### Changed
 
+- Fix `scause::set`
+- Various formatting and comment fixes
+- Update `bare-metal` to `v1.0.0` removing `Nr` trait
 - Build targets on `docs.rs` are now RISC-V targets other than default ones
 
 ## [v0.6.0] - 2020-06-20

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "riscv"
-version = "0.6.0"
+version = "0.7.0"
 repository = "https://github.com/rust-embedded/riscv"
 authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]
 categories = ["embedded", "hardware-support", "no-std"]