File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ Unreleased]
9
-
8
+ ## 2.0.1 - 2017-05-15
10
9
11
10
### Changed
12
11
@@ -21,6 +20,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
21
20
22
21
### Fixed
23
22
23
+ - [ Issue #17 ] ( https://github.com/xenomachina/kotlin-argparser/issues/17 ) —
24
+ specifying 0 for the columns should format help without line wrapping.
25
+ Previously, this did not work as documented, and would instead wrap text in
26
+ very narrow columns.
27
+
24
28
- [ Issue #15 ] ( https://github.com/xenomachina/kotlin-argparser/issues/15 )
25
29
— make it possible to specify 'argName' on all variants of 'storing' and
26
30
` adding `
Original file line number Diff line number Diff line change 1
- version =2.0.1-SNAPSHOT
1
+ version =2.0.1
2
2
3
3
# Dependency versions
4
4
dokka_version = 0.9.13
You can’t perform that action at this time.
0 commit comments