aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 92719ce21499473b97637ac72dc68be25d59a494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
ChangeLog
*********

All notable changes to reading-heap will be mentioned in this file.

The format is inspired by `Keep a Changelog`_, and reading-heap follows `Semantic Versioning`_.

0.1.1
=====

Changed
-------

* Fixed a bug causing the scripts to run twice

Added
-----

* None

Removed
-------

* None

0.1.0
=====

Initial release
---------------

* rh-server :: program for managing the heap
* rh-client :: program for interacting with the server
  * new: adds item to the heap
  * next: shows the next (top) item in the heap
  * consume: removes the next (top) item in the heap
  * shutdown: shuts down a running server

.. _`Keep a Changelog`: https://keepachangelog.com/en/1.1.0/
.. _`Semantic Versioning`: https://semver.org/spec/v2.0.0.html