release: version 1.0.0
This commit is contained in:
parent
60fc9e534c
commit
020d376e0c
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
|||
|
||||
## Unreleased
|
||||
|
||||
## v1.0.0 - 2019-08-14
|
||||
|
||||
### Added
|
||||
|
||||
- Fetch data on openweathermap.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Weather
|
||||
|
||||
[![Version](https://img.shields.io/badge/latest_version-1.0.0_dev-green.svg)](https://git.yaegashi.fr/nishiki/weather/releases)
|
||||
[![Version](https://img.shields.io/badge/latest_version-1.0.0-green.svg)](https://git.yaegashi.fr/nishiki/weather/releases)
|
||||
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/weather/src/branch/master/LICENSE)
|
||||
|
||||
weather is a small program that fetch weather informations, and store them to influxdb
|
||||
|
|
Loading…
Reference in a new issue