Skip to content

Commit

Permalink
Merge #316
Browse files Browse the repository at this point in the history
316: Prepare for v0.6.5 release r=jonas-schievink a=adamgreig

From testing it seems like 0.6.5-alpha is OK, but it's really hard to use because you have to patch every dependency (HAL, PAC, etc) that's trying to use 0.6. I think the sooner we get the actual release out the better, now.

Co-authored-by: Adam Greig <[email protected]>
  • Loading branch information
bors[bot] and adamgreig authored Jan 24, 2021
2 parents b51662f + 8b423ad commit 34852c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.6.5] - 2021-01-13
## [v0.6.5] - 2021-01-24

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5-alpha"
version = "0.6.5"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 34852c1

Please sign in to comment.