Skip to content

Commit 30d9d19

Browse files
authored
Merge pull request #275 from rust-embedded/v0.6.4
Prepare 0.6.4
2 parents a624b6a + 245bcab commit 30d9d19

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.6.4] - 2020-10-26
11+
1012
### Changed
1113

1214
- MSRV bumped to 1.36.0 due to `aligned` dependency.
@@ -597,7 +599,8 @@ fn main() {
597599
- Functions to get the vector table
598600
- Wrappers over miscellaneous instructions like `bkpt`
599601

600-
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.6.3...HEAD
602+
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.6.4...HEAD
603+
[v0.6.4]: https://github.com/rust-embedded/cortex-m/compare/v0.6.3...v0.6.4
601604
[v0.6.3]: https://github.com/rust-embedded/cortex-m/compare/v0.6.2...v0.6.3
602605
[v0.6.2]: https://github.com/rust-embedded/cortex-m/compare/v0.6.1...v0.6.2
603606
[v0.6.1]: https://github.com/rust-embedded/cortex-m/compare/v0.6.0...v0.6.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "cortex-m"
1212
readme = "README.md"
1313
repository = "https://github.com/rust-embedded/cortex-m"
14-
version = "0.6.3"
14+
version = "0.6.4"
1515
edition = "2018"
1616
links = "cortex-m" # prevent multiple versions of this crate to be linked together
1717

0 commit comments

Comments
 (0)