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

Commit f0981fa

Browse files
author
Jorge Aparicio
committed
release v0.1.1
1 parent ba33f3c commit f0981fa

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.1.1] - 2016-10-20
11+
1012
### Changed
1113

1214
- `itmdump` no longer depends on the `mkfifo` command.
@@ -24,4 +26,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2426
- `itmdump` tool that parses instrumentation packets from the stimulus port 0
2527
and dumps the payload to `stdout`.
2628

27-
[Unreleased]: https://github.com/japaric/itm/compare/v0.1.0...HEAD
29+
[Unreleased]: https://github.com/japaric/itm/compare/v0.1.1...HEAD
30+
[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.1.0"
10+
version = "0.1.1"
1111

1212
[dependencies]
1313
clap = "2.14.0"

0 commit comments

Comments
 (0)