Parcourir la source

Release v0.5.6

Vadim Kaushan il y a 5 ans
Parent
commit
99e189199b
2 fichiers modifiés avec 5 ajouts et 2 suppressions
  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.6] - 2020-03-14
+
 ### Added
 
 - Added vexriscv-specific registers
@@ -25,5 +27,6 @@ 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.5...HEAD
+[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.5.6...HEAD
+[v0.5.6]: https://github.com/rust-embedded/riscv/compare/v0.5.5...v0.5.6
 [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.5"
+version = "0.5.6"
 repository = "https://github.com/rust-embedded/riscv"
 authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]
 categories = ["embedded", "hardware-support", "no-std"]