Skip to content

Commit 89c5247

Browse files
committed
changelog: document v0.4.0 changes
1 parent 23dbd28 commit 89c5247

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.4.0] - 2021-12-03
11+
12+
### Changed
13+
14+
The library has been completely reimplemented, following the development of [`itm-decode`](https://github.com/rtic-scope/itm-decode) (now archived).
15+
This new implementation offers, in addition to the previous implementation, an `Iterator`-based design, more granular enums, synchronization packet support, and timestamp generation of trace packets.
16+
17+
The (missing) `itm-dump` binary has been replaced by `itm-decode` shipped in this repository.
18+
19+
Related topics: https://github.com/rust-embedded/itm/pull/41, https://github.com/rust-embedded/wg/pull/589.
20+
1021
## [v0.3.1] - 2018-07-04
1122

1223
### Fixed
@@ -66,8 +77,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6677
- `itmdump` tool that parses instrumentation packets from the stimulus port 0
6778
and dumps the payload to `stdout`.
6879

69-
[Unreleased]: https://github.com/japaric/itm/compare/v0.3.0...HEAD
70-
[v0.3.0]: https://github.com/japaric/itm/compare/v0.2.1...v0.3.0
71-
[v0.2.1]: https://github.com/japaric/itm/compare/v0.2.0...v0.2.1
72-
[v0.2.0]: https://github.com/japaric/itm/compare/v0.1.1...v0.2.0
73-
[v0.1.1]: https://github.com/japaric/itm/compare/v0.1.0...v0.1.1
80+
[Unreleased]: https://github.com/rtic-scope/itm/compare/v0.4.0...HEAD
81+
[v0.4.0]: https://github.com/rtic-scope/itm/compare/v0.3.0...v0.4.0
82+
[v0.3.0]: https://github.com/rtic-scope/itm/compare/v0.2.1...v0.3.0
83+
[v0.2.1]: https://github.com/rtic-scope/itm/compare/v0.2.0...v0.2.1
84+
[v0.2.0]: https://github.com/rtic-scope/itm/compare/v0.1.1...v0.2.0
85+
[v0.1.1]: https://github.com/rtic-scope/itm/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)