From 4b7764a1b2bdaa25ee4994e786af704fe21fa0f3 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Mon, 25 Jan 2021 02:39:55 +0000 Subject: [PATCH] Prepare for v0.7.1 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e603cb7..c3fcf8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.7.1] - 2021-01-25 + ### Added - New assembly methods `asm::semihosting_syscall`, `asm::bootstrap`, and @@ -668,8 +670,10 @@ 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.0...HEAD +[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.7.1...HEAD +[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 +[v0.6.5]: https://github.com/rust-embedded/cortex-m/compare/v0.6.4...v0.6.5 [v0.6.4]: https://github.com/rust-embedded/cortex-m/compare/v0.6.3...v0.6.4 [v0.6.3]: https://github.com/rust-embedded/cortex-m/compare/v0.6.2...v0.6.3 [v0.6.2]: https://github.com/rust-embedded/cortex-m/compare/v0.6.1...v0.6.2 diff --git a/Cargo.toml b/Cargo.toml index 2dbb3d72..963561ff 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.0" +version = "0.7.1" edition = "2018" links = "cortex-m" # prevent multiple versions of this crate to be linked together