Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit ba11dfc

Browse files
authored
Merge pull request #326 from rust-embedded/release-0-6-14
Release 0 6 14
2 parents 5a2e3e5 + 9ba9d97 commit ba11dfc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.6.14] - 2021-05-19
11+
12+
### Fixed
13+
1014
- Backport: Allow building the crate for macOS targets ([#306], [#310]).
1115

16+
[#306]: https://github.com/rust-embedded/cortex-m-rt/issues/306
17+
[#310]: https://github.com/rust-embedded/cortex-m-rt/issues/310
18+
1219
## [v0.6.13] - 2020-09-07
1320

1421
### Fixed
@@ -483,7 +490,8 @@ section size addr
483490

484491
Initial release
485492

486-
[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.13...HEAD
493+
[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.14...HEAD
494+
[v0.6.14]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.13...v0.6.14
487495
[v0.6.13]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.12...v0.6.13
488496
[v0.6.12]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...v0.6.12
489497
[v0.6.11]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.10...v0.6.11

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "cortex-m-rt"
1313
readme = "README.md"
1414
repository = "https://github.com/rust-embedded/cortex-m-rt"
15-
version = "0.6.13"
15+
version = "0.6.14"
1616
autoexamples = true
1717

1818
[dependencies]

0 commit comments

Comments
 (0)