weather/CHANGELOG.md

24 lines
472 B
Markdown
Raw Normal View History

2019-08-13 20:14:09 +00:00
# CHANGELOG
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## Unreleased
### Fixed
- too many open files close with influxdb connection
2019-08-22 17:37:45 +00:00
- add license in code file
2019-08-22 17:47:25 +00:00
- golint check passed
2019-08-14 19:14:23 +00:00
## v1.0.0 - 2019-08-14
2019-08-13 20:14:09 +00:00
### Added
- Fetch data on openweathermap.org
- Send data to influxdb
- Use config file
- Daemon mode