File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## 2.0.2 - 2017-06-12
9+
10+ ### Fixed
11+
12+ - [ Issue #19 ] ( https://github.com/xenomachina/kotlin-argparser/issues/19 ) by
13+ updating xenocom dependency to 0.0.5. Also updated kotlin to 1.1.2-5 for good
14+ measure.
15+
816## 2.0.1 - 2017-05-15
917
1018### Changed
Original file line number Diff line number Diff line change 1- version =2.0.2-SNAPSHOT
1+ version =2.0.2
22
33# Dependency versions
44dokka_version = 0.9.14
55kotlintest_version = 2.0.2
6- kotlin_version = 1.1.2-3
6+ kotlin_version = 1.1.2-5
77ktlint_version = 0.7.0
8- xenocom_version = 0.0.4
8+ xenocom_version = 0.0.5
You can’t perform that action at this time.
0 commit comments