Skip to content

Commit 34852c1

Browse files
bors[bot]adamgreig
andauthored
Merge #316
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]>
2 parents b51662f + 8b423ad commit 34852c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
## [v0.6.5] - 2021-01-13
10+
## [v0.6.5] - 2021-01-24
1111

1212
### Changed
1313

Diff for: 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.5-alpha"
14+
version = "0.6.5"
1515
edition = "2018"
1616

1717
[dependencies]

0 commit comments

Comments
 (0)