aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2021-08-17 18:11:02 +0100
committerGravatar Adam Greig <adam@adamgreig.com> 2021-08-17 18:11:02 +0100
commit69bed8e90bfe7b3087d86cdbd432b50dc6f99dba (patch)
tree53ec3e48e9236ad65839f631b45802270694e00b /cortex-m-rt/CHANGELOG.md
parent8008ee50c848275aff61c0980a9bc28192013eb8 (diff)
downloadcortex-m-69bed8e90bfe7b3087d86cdbd432b50dc6f99dba.tar.gz
cortex-m-69bed8e90bfe7b3087d86cdbd432b50dc6f99dba.tar.zst
cortex-m-69bed8e90bfe7b3087d86cdbd432b50dc6f99dba.zip
Fix CHANGELOG for recent 0.7 release.
Diffstat (limited to 'cortex-m-rt/CHANGELOG.md')
-rw-r--r--cortex-m-rt/CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/cortex-m-rt/CHANGELOG.md b/cortex-m-rt/CHANGELOG.md
index 822c0af..e09bb7f 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.7.0]
+
### New Features
- Add support for CMSE secure gateway veneers ([#297]).
@@ -570,7 +572,8 @@ section size addr
Initial release
-[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...HEAD
+[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.7.0...HEAD
+[v0.7.0]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...v0.7.0
[v0.6.15]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.14...v0.6.15
[v0.6.14]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.13...v0.6.14
[v0.6.13]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.12...v0.6.13