Skip to content

Commit 5118a29

Browse files
bors[bot]almindor
andauthored
Merge #87
87: release v0.8.1 r=Disasm a=almindor Release v0.8.1 to fix #85 Co-authored-by: Ales Katona <[email protected]>
2 parents 66f5d1f + 6aadc50 commit 5118a29

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

riscv-rt/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.8.1] - 2022-01-25
11+
1012
### Added
1113

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

6567

66-
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.0...HEAD
68+
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.1..HEAD
69+
[v0.8.1]: https://github.com/rust-embedded/riscv/compare/v0.8.0...v0.8.1
6770
[v0.8.0]: https://github.com/rust-embedded/riscv/compare/v0.7.2...v0.8.0
6871
[v0.7.2]: https://github.com/rust-embedded/riscv/compare/v0.7.1...v0.7.2
6972
[v0.7.1]: https://github.com/rust-embedded/riscv/compare/v0.7.0...v0.7.1

riscv-rt/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-rt"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
repository = "https://github.com/rust-embedded/riscv-rt"
55
authors = ["The RISC-V Team <[email protected]>"]
66
categories = ["embedded", "no-std"]

0 commit comments

Comments
 (0)