Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit 85f7f47

Browse files
committed
update the CHANGELOG
1 parent cca6dff commit 85f7f47

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
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.3.0] - 2018-07-04
11+
12+
### Changed
13+
14+
- Moved error handling from error-chain failure.
15+
16+
### Fixed
17+
18+
- Include the crate version in the output of `itmdump -V`
19+
- sporadic EOF errors in follow mode
20+
1021
## [v0.2.1] - 2018-02-25
1122

1223
### Changed
@@ -49,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4960
- `itmdump` tool that parses instrumentation packets from the stimulus port 0
5061
and dumps the payload to `stdout`.
5162

52-
[Unreleased]: https://github.com/japaric/itm/compare/v0.2.1...HEAD
63+
[Unreleased]: https://github.com/japaric/itm/compare/v0.3.0...HEAD
64+
[v0.3.0]: https://github.com/japaric/itm/compare/v0.2.1...v0.3.0
5365
[v0.2.1]: https://github.com/japaric/itm/compare/v0.2.0...v0.2.1
5466
[v0.2.0]: https://github.com/japaric/itm/compare/v0.1.1...v0.2.0
5567
[v0.1.1]: https://github.com/japaric/itm/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)