Skip to content

Commit

Permalink
Prepare for v0.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgreig committed Jul 3, 2021
1 parent 47246ec commit 1747d44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.7.3] - 2021-07-03

### Fixed

- Fixed compilation for native targets on non-x86 host systems (#336, #337).

### Added

- The `Delay` struct now offers direct `delay_us()` and `delay_ms()` methods
without having to go through the embedded-hal traits (#344).

## [v0.7.2] - 2021-03-07

### Fixed
Expand Down Expand Up @@ -689,7 +700,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.7.2...HEAD
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.7.3...HEAD
[v0.7.3]: https://github.com/rust-embedded/cortex-m/compare/v0.7.2...v0.7.3
[v0.7.2]: https://github.com/rust-embedded/cortex-m/compare/v0.7.1...v0.7.2
[v0.7.1]: https://github.com/rust-embedded/cortex-m/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/rust-embedded/cortex-m/compare/v0.6.4...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
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.7.2"
version = "0.7.3"
edition = "2018"
links = "cortex-m" # prevent multiple versions of this crate to be linked together

Expand Down

0 comments on commit 1747d44

Please sign in to comment.