From fa2a8ecfc6bb4d5eeafc2ceee5bfe668907cfa8c Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Sat, 26 Jun 2021 00:36:01 +0100 Subject: [PATCH] Prepare for v0.7.3. --- CHANGELOG.md | 14 +++++++++++++- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d296335..a81ad293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.7.3] - 2021-06-26 + +### Fixed + +- Fixed compilation for native targets on non-x86 host systems (#336, #337). + +### Added + +- The `Delay` struct now offers direct `delay_us()` and `delay_ms()` methods + without having to go through the embedded-hal traits (#344). + ## [v0.7.2] - 2021-03-07 ### Fixed @@ -689,7 +700,8 @@ fn main() { - Functions to get the vector table - Wrappers over miscellaneous instructions like `bkpt` -[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.7.2...HEAD +[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.7.3...HEAD +[v0.7.3]: https://github.com/rust-embedded/cortex-m/compare/v0.7.2...v0.7.3 [v0.7.2]: https://github.com/rust-embedded/cortex-m/compare/v0.7.1...v0.7.2 [v0.7.1]: https://github.com/rust-embedded/cortex-m/compare/v0.7.0...v0.7.1 [v0.7.0]: https://github.com/rust-embedded/cortex-m/compare/v0.6.4...v0.7.0 diff --git a/Cargo.toml b/Cargo.toml index 7e605a87..26aad273 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m" readme = "README.md" repository = "https://github.com/rust-embedded/cortex-m" -version = "0.7.2" +version = "0.7.3" edition = "2018" links = "cortex-m" # prevent multiple versions of this crate to be linked together