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

Commit 96d7710

Browse files
committed
v0.3.1
1 parent 4351e33 commit 96d7710

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.3.1] - 2018-07-04
11+
12+
### Fixed
13+
14+
- The output of `itmdump -V` no longer includes empty parentheses at the end.
15+
1016
## [v0.3.0] - 2018-07-04
1117

1218
### Changed

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.3.0"
10+
version = "0.3.1"
1111

1212
[dependencies]
1313
chrono = "^0.4"

0 commit comments

Comments
 (0)