Skip to content

Commit 7590a98

Browse files
committed
Release v0.5.5
1 parent 4bc23c6 commit 7590a98

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.5.5] - 2020-02-28
11+
1012
### Added
1113

1214
- Added `riscv32i-unknown-none-elf` target support
@@ -19,4 +21,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1921

2022
- Fixed MSRV by restricting the upper bound of `bare-metal` version
2123

22-
[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.5.4...HEAD
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)