Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Release v0.7.2 #63

Merged
merged 1 commit into from
Jul 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion 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.7.2] - 2020-07-16

### Changed

- Preserve `.eh_frame` and `.eh_frame_hdr` sections
Expand Down Expand Up @@ -42,6 +44,7 @@ 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.7.1...HEAD
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.7.2...HEAD
[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
[v0.7.0]: https://github.com/rust-embedded/riscv/compare/v0.6.1...v0.7.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "riscv-rt"
version = "0.7.1"
version = "0.7.2"
repository = "https://github.com/rust-embedded/riscv-rt"
authors = ["The RISC-V Team <[email protected]>"]
categories = ["embedded", "no-std"]
Expand Down