]> rtime.felk.cvut.cz Git - hubacji1/coffee-getter.git/blob - CHANGELOG.md
Update changelog
[hubacji1/coffee-getter.git] / CHANGELOG.md
1 # Changelog
2 All notable changes to this project will be documented in this file.
3
4 The format is based on [Keep a Changelog][] and this project adheres to
5 [Semantic Versioning][].
6
7 [Keep a Changelog]: http://keepachangelog.com/
8 [Semantic Versioning]: http://semver.org/
9
10 ## Unreleased
11 ### Added
12 - Equal drinkers list that contain equally drunken drinkers.
13
14 ### Changed
15 - Output of *Top 5 Mate drinkers* to bypass inequalities of equally drunken
16   drinkers.
17 - Equal drinkers tests are independent on Top Mate drinkers tests.
18
19 ## 0.1.1 - 2019-03-21
20 ### Fixed
21 - Enable hero comments.
22
23 ## 0.1.0 - 2019-03-21
24 ### Added
25 - Changelog, license, readme.
26 - Config module for retrieving configuration.
27 - Module for accessing database.
28 - Coffeebot Getter module:
29     - Basic interface to config, database.
30     - Send message to Slack.
31 - Top 5 Mate drinkers loader.
32 - Top 5 Mate drinkers runnable.
33 - Documentation about database, getter, runnables, and systemd timers.