Skip to content

Commit af3ee92

Browse files
Merge #222
222: Bump the changelog for 0.6.11 r=adamgreig a=jonas-schievink Unfortunately I already published it. Should we publish 0.6.12 just for this fix? Co-authored-by: Jonas Schievink <[email protected]>
2 parents 9e8dbd4 + 732d357 commit af3ee92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cortex-m-rt/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.6.11] - 2019-12-04
11+
1012
### Changed
1113

1214
- Macros now generate a second trampoline function instead of randomizing the
@@ -466,7 +468,8 @@ section size addr
466468

467469
Initial release
468470

469-
[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.10...HEAD
471+
[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...HEAD
472+
[v0.6.11]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.10...v0.6.11
470473
[v0.6.10]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.9...v0.6.10
471474
[v0.6.9]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...v0.6.9
472475
[v0.6.8]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.7...v0.6.8

0 commit comments

Comments
 (0)