diff --git a/CHANGELOG.md b/CHANGELOG.md index 376e6bb1..8bc0ce29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.6.4] - 2020-10-26 + ### Changed - MSRV bumped to 1.36.0 due to `aligned` dependency. @@ -597,7 +599,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.6.3...HEAD +[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.6.4...HEAD +[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 [v0.6.1]: https://github.com/rust-embedded/cortex-m/compare/v0.6.0...v0.6.1 diff --git a/Cargo.toml b/Cargo.toml index baad1fb6..f9d44736 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.6.3" +version = "0.6.4" edition = "2018" links = "cortex-m" # prevent multiple versions of this crate to be linked together