Skip to content

Commit 641e419

Browse files
bors[bot]adamgreig
andauthored
Merge #449
449: Prepare for v0.7.6 r=newAM a=adamgreig Co-authored-by: Adam Greig <adam@adamgreig.com>
2 parents dc539a9 + df9a479 commit 641e419

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
- Added `critical-section-single-core` feature which provides an implementation for the `critical_section` crate for single-core systems, based on disabling all interrupts. (#448)
10+
## [v0.7.6] - 2022-08-12
11+
12+
- Added `critical-section-single-core` feature which provides an implementation for the `critical-section` crate for single-core systems, based on disabling all interrupts. (#448)
1113

1214
## [v0.7.5] - 2022-05-15
1315

@@ -748,7 +750,8 @@ fn main() {
748750
- Functions to get the vector table
749751
- Wrappers over miscellaneous instructions like `bkpt`
750752

751-
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.7.5...HEAD
753+
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.7.6...HEAD
754+
[v0.7.6]: https://github.com/rust-embedded/cortex-m/compare/v0.7.5...v0.7.6
752755
[v0.7.5]: https://github.com/rust-embedded/cortex-m/compare/v0.7.4...v0.7.5
753756
[v0.7.4]: https://github.com/rust-embedded/cortex-m/compare/v0.7.3...v0.7.4
754757
[v0.7.3]: https://github.com/rust-embedded/cortex-m/compare/v0.7.2...v0.7.3

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.7.5"
14+
version = "0.7.6"
1515
edition = "2018"
1616
links = "cortex-m" # prevent multiple versions of this crate to be linked together
1717

0 commit comments

Comments
 (0)