1
0
Fork 0
mirror of https://github.com/nishiki/swapus.git synced 2025-02-19 23:30:03 +00:00

release: version 1.1.0

This commit is contained in:
Adrien Waksberg 2018-02-02 23:06:02 +01:00
parent c6107d5917
commit 3f87f4615b
3 changed files with 9 additions and 2 deletions

View file

@ -1,4 +1,11 @@
# CHANGELOG
## v1.1.0 (2018-02-02)
* feat: add option to reverse the output result
* feat: add option to limit the number lines in output
* feat: add option to print the program version
* chore: add test with ruby 2.5.0
## v1.0.2 (2018-02-01)
* fix: remove null character

View file

@ -1,5 +1,5 @@
# Swapus
[![Version](https://img.shields.io/badge/latest_version-1.0.2-green.svg)](https://github.com/nishiki/swapus/releases)
[![Version](https://img.shields.io/badge/latest_version-1.1.0-green.svg)](https://github.com/nishiki/swapus/releases)
[![Build Status](https://travis-ci.org/nishiki/swapus.svg?branch=master)](https://travis-ci.org/nishiki/swapus)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/nishiki/swapus/blob/master/LICENSE)

View file

@ -1 +1 @@
1.0.2
1.1.0