Skip to content

Commit 7c72cc3

Browse files
committed
changelog: add missing v0.8.0 release
1 parent 01c2cbb commit 7c72cc3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Added
11+
### Changed
12+
### Fixed
13+
14+
## [v0.8.0] - 2022-11-20
1015
### Added
1116
- `itm`: `serial` convenience module for serial device configuration. Gated behind a `"serial"` feature.
1217

@@ -101,7 +106,8 @@ Related topics: https://github.com/rust-embedded/itm/pull/41, https://github.com
101106
- `itmdump` tool that parses instrumentation packets from the stimulus port 0
102107
and dumps the payload to `stdout`.
103108

104-
[Unreleased]: https://github.com/rtic-scope/itm/compare/v0.7.0...HEAD
109+
[Unreleased]: https://github.com/rtic-scope/itm/compare/v0.8.0...HEAD
110+
[v0.8.0]: https://github.com/rtic-scope/itm/compare/v0.7.0...v0.8.0
105111
[v0.7.0]: https://github.com/rtic-scope/itm/compare/v0.4.0...v0.7.0
106112
[v0.4.0]: https://github.com/rtic-scope/itm/compare/v0.3.0...v0.4.0
107113
[v0.3.0]: https://github.com/rtic-scope/itm/compare/v0.2.1...v0.3.0

0 commit comments

Comments
 (0)