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

Commit 25c798e

Browse files
committed
v0.2.1
1 parent bd3058e commit 25c798e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.2.1] - 2018-02-25
11+
12+
### Changed
13+
14+
- Flush stdout on each write
15+
- Reduce time between retries in follow mode
16+
1017
## [v0.2.0] - 2018-01-11
1118

1219
### Added
@@ -42,6 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4249
- `itmdump` tool that parses instrumentation packets from the stimulus port 0
4350
and dumps the payload to `stdout`.
4451

45-
[Unreleased]: https://github.com/japaric/itm/compare/v0.2.0...HEAD
52+
[Unreleased]: https://github.com/japaric/itm/compare/v0.2.1...HEAD
53+
[v0.2.1]: https://github.com/japaric/itm/compare/v0.2.0...v0.2.1
4654
[v0.2.0]: https://github.com/japaric/itm/compare/v0.1.1...v0.2.0
4755
[v0.1.1]: https://github.com/japaric/itm/compare/v0.1.0...v0.1.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["parse", "tool", "ARM", "ITM"]
77
license = "MIT OR Apache-2.0"
88
name = "itm"
99
repository = "https://github.com/japaric/itm"
10-
version = "0.2.0"
10+
version = "0.2.1"
1111

1212
[dependencies]
1313
chrono = "^0.4"

0 commit comments

Comments
 (0)