]> rtime.felk.cvut.cz Git - hubacji1/coffee-getter.git/blob - CHANGELOG.md
Update changelog (hotfix)
[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
12 ## 0.2.1 - 2019-04-03
13 ### Fixed
14 - Compute equal drinker when no top drinkers.
15
16 ## 0.2.0 - 2019-03-29
17 ### Added
18 - Equal drinkers list that contain equally drunken drinkers.
19 - Get drunk sum of some *flavor* in specified time period.
20
21 ### Changed
22 - Output of *Top 5 Mate drinkers* to bypass inequalities of equally drunken
23   drinkers.
24 - Equal drinkers tests are independent on Top Mate drinkers tests.
25
26 ## 0.1.1 - 2019-03-21
27 ### Fixed
28 - Enable hero comments.
29
30 ## 0.1.0 - 2019-03-21
31 ### Added
32 - Changelog, license, readme.
33 - Config module for retrieving configuration.
34 - Module for accessing database.
35 - Coffeebot Getter module:
36     - Basic interface to config, database.
37     - Send message to Slack.
38 - Top 5 Mate drinkers loader.
39 - Top 5 Mate drinkers runnable.
40 - Documentation about database, getter, runnables, and systemd timers.