Skip to content

Commit ff1cf92

Browse files
committed
Prepare for 2.0.1 release
1 parent dcb3a0c commit ff1cf92

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
9-
8+
## 2.0.1 - 2017-05-15
109

1110
### Changed
1211

@@ -21,6 +20,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2120

2221
### Fixed
2322

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+
2428
- [Issue #15](https://github.com/xenomachina/kotlin-argparser/issues/15)
2529
— make it possible to specify 'argName' on all variants of 'storing' and
2630
`adding`

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.0.1-SNAPSHOT
1+
version=2.0.1
22

33
# Dependency versions
44
dokka_version = 0.9.13

0 commit comments

Comments
 (0)