]> rtime.felk.cvut.cz Git - hubacji1/coffee-getter.git/blob - CHANGELOG.md
Add equal drinkers list len UT
[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
18 ## 0.1.1 - 2019-03-21
19 ### Fixed
20 - Enable hero comments.
21
22 ## 0.1.0 - 2019-03-21
23 ### Added
24 - Changelog, license, readme.
25 - Config module for retrieving configuration.
26 - Module for accessing database.
27 - Coffeebot Getter module:
28     - Basic interface to config, database.
29     - Send message to Slack.
30 - Top 5 Mate drinkers loader.
31 - Top 5 Mate drinkers runnable.
32 - Documentation about database, getter, runnables, and systemd timers.