This repository was archived by the owner on Jan 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.6.14] - 2021-05-19
11
+
12
+ ### Fixed
13
+
10
14
- Backport: Allow building the crate for macOS targets ([ #306 ] , [ #310 ] ).
11
15
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
+
12
19
## [ v0.6.13] - 2020-09-07
13
20
14
21
### Fixed
@@ -483,7 +490,8 @@ section size addr
483
490
484
491
Initial release
485
492
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
487
495
[ v0.6.13 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.12...v0.6.13
488
496
[ v0.6.12 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...v0.6.12
489
497
[ v0.6.11 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.10...v0.6.11
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
12
12
name = " cortex-m-rt"
13
13
readme = " README.md"
14
14
repository = " https://github.com/rust-embedded/cortex-m-rt"
15
- version = " 0.6.13 "
15
+ version = " 0.6.14 "
16
16
autoexamples = true
17
17
18
18
[dependencies ]
You can’t perform that action at this time.
0 commit comments