Skip to content

Commit 2095b13

Browse files
committed
Release 2.0.5
1 parent ef2d35b commit 2095b13

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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+
## 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

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
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

810
This is a library for parsing command-line arguments. It can parse both
911
options and positional arguments. It aims to be easy to use and concise yet

gradle.properties

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

33
# Dependency versions
44
dokka_version = 0.9.16

0 commit comments

Comments
 (0)