update the CHANGELOG
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.2.2] - 2018-01-17
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Troubleshooting documentation: how to workaround the "Ignoring packet error, continuing..." GDB
|
||||||
|
error.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Disabled incremental compilation and parallel codegen on the dev profile to reduce the changes of
|
||||||
|
running into rust-lang/rust#47074.
|
||||||
|
|
||||||
|
- Bumped the version of the `cortex-m-rt` dependency to v0.3.12.
|
||||||
|
|
||||||
## [v0.2.1] - 2017-07-14
|
## [v0.2.1] - 2017-07-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -96,7 +110,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.2.0...HEAD
|
[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.2.2...HEAD
|
||||||
|
[v0.2.2]: https://github.com/japaric/cortex-m-quickstart/compare/v0.2.1...v0.2.2
|
||||||
|
[v0.2.1]: https://github.com/japaric/cortex-m-quickstart/compare/v0.2.0...v0.2.1
|
||||||
[v0.2.0]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.8...v0.2.0
|
[v0.2.0]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.8...v0.2.0
|
||||||
[v0.1.8]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.7...v0.1.8
|
[v0.1.8]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.7...v0.1.8
|
||||||
[v0.1.7]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.6...v0.1.7
|
[v0.1.7]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.6...v0.1.7
|
||||||
|
|||||||
Reference in New Issue
Block a user