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

Commit df58f0c

Browse files
committed
Release v0.7.2
1 parent a1792e2 commit df58f0c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.2] - 2020-07-16
11+
1012
### Changed
1113

1214
- Preserve `.eh_frame` and `.eh_frame_hdr` sections
@@ -42,6 +44,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4244
- Set MSRV to 1.38
4345

4446

45-
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.7.1...HEAD
47+
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.7.2...HEAD
48+
[v0.7.2]: https://github.com/rust-embedded/riscv/compare/v0.7.1...v0.7.2
4649
[v0.7.1]: https://github.com/rust-embedded/riscv/compare/v0.7.0...v0.7.1
4750
[v0.7.0]: https://github.com/rust-embedded/riscv/compare/v0.6.1...v0.7.0

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.7.1"
3+
version = "0.7.2"
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)