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