Skip to content

Commit 4fc49a4

Browse files
committed
Release v0.7.0
1 parent 5343baf commit 4fc49a4

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.7.0] - 2020-03-10
11+
1012
### Added
1113

1214
- Assure address of PC at startup
@@ -25,4 +27,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2527
- Set MSRV to 1.38
2628

2729

28-
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.6.1...HEAD
30+
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.7.0...HEAD
31+
[v0.7.0]: https://github.com/rust-embedded/riscv/compare/v0.6.1...v0.7.0

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.6.1"
3+
version = "0.7.0"
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)