release: version 1.0.0

This commit is contained in:
Adrien Waksberg 2019-06-25 19:08:04 +02:00
parent eaea08120f
commit 1a8e17598f
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
## Unreleased ## Unreleased
## v1.0.0 - 2019-06-25
### Added ### Added
- Print the processes who use the swap - Print the processes who use the swap

View file

@ -1,6 +1,6 @@
# Swapus # Swapus
[![Version](https://img.shields.io/badge/latest_version-0.0.0_dev-green.svg)](https://git.yaegashi.fr/nishiki/swapus-go/releases) [![Version](https://img.shields.io/badge/latest_version-1.0.0-green.svg)](https://git.yaegashi.fr/nishiki/swapus-go/releases)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/swapus-go/src/branch/master/LICENSE) [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/swapus-go/src/branch/master/LICENSE)
Swapus is a little software to print the processes who use the swap. Swapus is a little software to print the processes who use the swap.