浏览代码

Release v0.5.5

Vadim Kaushan 5 年之前
父节点
当前提交
7590a98318
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 4 1
      CHANGELOG.md
  2. 1 1
      Cargo.toml

+ 4 - 1
CHANGELOG.md

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+## [v0.5.5] - 2020-02-28
+
 ### Added
 
 - Added `riscv32i-unknown-none-elf` target support
@@ -19,4 +21,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 - Fixed MSRV by restricting the upper bound of `bare-metal` version
 
-[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.5.4...HEAD
+[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.5.5...HEAD
+[v0.5.5]: https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5

+ 1 - 1
Cargo.toml

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