Skip to content

Commit fc79de9

Browse files
bors[bot]Disasm
andauthored
Merge #48
48: Release v0.7.0 r=almindor a=Disasm Co-authored-by: Vadim Kaushan <[email protected]>
2 parents a2f509e + 4fc49a4 commit fc79de9

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

riscv-rt/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
## [Unreleased]
9+
10+
## [v0.7.0] - 2020-03-10
11+
12+
### Added
13+
14+
- Assure address of PC at startup
15+
- Implement interrupt and exception handling
16+
- Add support for the `riscv32i-unknown-none-elf` target
17+
- Added Changelog
18+
19+
### Fixed
20+
21+
- Fix linker script compatibility with GNU linker
22+
23+
### Changed
24+
25+
- Move `abort` out of the `.init` section
26+
- Update `r0` to v1.0.0
27+
- Set MSRV to 1.38
28+
29+
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)