]> 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 - Support for multiple drinks in `drunk_sum` runnable.
13
14 ## 0.2.0 - 2019-03-29
15 ### Added
16 - Equal drinkers list that contain equally drunken drinkers.
17 - Get drunk sum of some *flavor* in specified time period.
18
19 ### Changed
20 - Output of *Top 5 Mate drinkers* to bypass inequalities of equally drunken
21   drinkers.
22 - Equal drinkers tests are independent on Top Mate drinkers tests.
23
24 ## 0.1.1 - 2019-03-21
25 ### Fixed
26 - Enable hero comments.
27
28 ## 0.1.0 - 2019-03-21
29 ### Added
30 - Changelog, license, readme.
31 - Config module for retrieving configuration.
32 - Module for accessing database.
33 - Coffeebot Getter module:
34     - Basic interface to config, database.
35     - Send message to Slack.
36 - Top 5 Mate drinkers loader.
37 - Top 5 Mate drinkers runnable.
38 - Documentation about database, getter, runnables, and systemd timers.