Skip to content

Commit

Permalink
Merge #87
Browse files Browse the repository at this point in the history
87: release v0.8.1 r=Disasm a=almindor

Release v0.8.1 to fix #85 

Co-authored-by: Ales Katona <[email protected]>
  • Loading branch information
bors[bot] and almindor authored Jan 26, 2022
2 parents 66f5d1f + 6aadc50 commit 5118a29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion riscv-rt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.8.1] - 2022-01-25

### Added

- Enable float support for targets with extension sets F and D
Expand Down Expand Up @@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Set MSRV to 1.38


[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.1..HEAD
[v0.8.1]: https://github.com/rust-embedded/riscv/compare/v0.8.0...v0.8.1
[v0.8.0]: https://github.com/rust-embedded/riscv/compare/v0.7.2...v0.8.0
[v0.7.2]: https://github.com/rust-embedded/riscv/compare/v0.7.1...v0.7.2
[v0.7.1]: https://github.com/rust-embedded/riscv/compare/v0.7.0...v0.7.1
Expand Down
2 changes: 1 addition & 1 deletion riscv-rt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "riscv-rt"
version = "0.8.0"
version = "0.8.1"
repository = "https://github.com/rust-embedded/riscv-rt"
authors = ["The RISC-V Team <[email protected]>"]
categories = ["embedded", "no-std"]
Expand Down

0 comments on commit 5118a29

Please sign in to comment.