diff options
author | 2019-12-04 20:17:48 +0000 | |
---|---|---|
committer | 2019-12-04 20:17:48 +0000 | |
commit | af3ee92cb7f9b76a7ebe9a64aa15d5d2c39e377a (patch) | |
tree | 77a62c7328aff8d0d412d6fcba955af0e056e8e9 /cortex-m-rt | |
parent | 9e8dbd457e0481d6fbfa84d980be3b0ce7a34292 (diff) | |
parent | 732d357b5494f46b368b419c2e1399bcefe36036 (diff) | |
download | cortex-m-af3ee92cb7f9b76a7ebe9a64aa15d5d2c39e377a.tar.gz cortex-m-af3ee92cb7f9b76a7ebe9a64aa15d5d2c39e377a.tar.zst cortex-m-af3ee92cb7f9b76a7ebe9a64aa15d5d2c39e377a.zip |
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 <jonasschievink@gmail.com>
Diffstat (limited to 'cortex-m-rt')
-rw-r--r-- | cortex-m-rt/CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cortex-m-rt/CHANGELOG.md b/cortex-m-rt/CHANGELOG.md index 9325bc9..b6ca176 100644 --- a/cortex-m-rt/CHANGELOG.md +++ b/cortex-m-rt/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.6.11] - 2019-12-04 + ### Changed - Macros now generate a second trampoline function instead of randomizing the @@ -466,7 +468,8 @@ section size addr Initial release -[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.10...HEAD +[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...HEAD +[v0.6.11]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.10...v0.6.11 [v0.6.10]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.9...v0.6.10 [v0.6.9]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...v0.6.9 [v0.6.8]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.7...v0.6.8 |