File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed
Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ 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.5 - 2018-03-20
9+
10+ ### Changed
11+
12+ - Releasing to Maven Central in addition to Bintray. This is probably the only
13+ really externally visible change.
14+
15+ - Upgraded a bunch of dependencies, including gradlew.
16+ - gradle -> 4.5.1
17+ - dokka -> = 0.9.16
18+ - gradle_bintray -> = 1.8.0
19+ - gradle_release -> = 2.6.0
20+ - kotlin -> 1.2.30
21+ - xenocom -> 0.0.6
22+
823## 2.0.4 - 2018-01-18
924
1025### Added
Original file line number Diff line number Diff line change 11# ![ Kotlin --argparser] ( https://rawgit.com/xenomachina/kotlin-argparser/master/logo.svg )
22
3- [ ![ Download] ( https://api.bintray.com/packages/xenomachina/maven/kotlin-argparser/images/download.svg ) ] ( https://bintray.com/xenomachina/maven/kotlin-argparser/%5FlatestVersion )
3+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.xenomachina/kotlin-argparser.svg )] ( https://mvnrepository.com/artifact/com.xenomachina/kotlin-argparser )
4+ [ ![ Bintray] ( https://img.shields.io/bintray/v/xenomachina/maven/kotlin-argparser.svg )] ( https://bintray.com/xenomachina/maven/kotlin-argparser/%5FlatestVersion )
45[ ![ Build Status] ( https://travis-ci.org/xenomachina/kotlin-argparser.svg?branch=master )] ( https://travis-ci.org/xenomachina/kotlin-argparser )
5- [ ![ Code Coverage] ( https://codecov.io/github/xenomachina/kotlin-argparser/coverage.svg?branch=master )] ( https://codecov.io/github/xenomachina/kotlin-argparser?branch=master )
6- [ ![ License: LGPL 2.1] ( https://img.shields.io/badge/license-LGPL--2.1-blue.svg ) ] ( https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html )
6+ [ ![ Javadocs] ( https://www.javadoc.io/badge/com.xenomachina/kotlin-argparser.svg )] ( https://www.javadoc.io/doc/com.xenomachina/kotlin-argparser )
7+ [ ![ License: LGPL 2.1] ( https://img.shields.io/badge/license-LGPL--2.1-blue.svg )] ( https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html )
8+
79
810This is a library for parsing command-line arguments. It can parse both
911options and positional arguments. It aims to be easy to use and concise yet
Original file line number Diff line number Diff line change 1- version =2.0.5-SNAPSHOT
1+ version =2.0.5
22
33# Dependency versions
44dokka_version = 0.9.16
You can’t perform that action at this time.
0 commit comments