diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-25 22:40:30 -0500 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-25 22:40:30 -0500 |
commit | 2a43d1504e8a6aa6d472e0dcb8a8f2e5d31f65f5 (patch) | |
tree | 82c6f11ae86f1fd06a7917603137560ee320f2f2 /ChangeLog | |
parent | 329c8e64bd4610f06493b8ec6193449505773c78 (diff) |
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 44 |
1 files changed, 34 insertions, 10 deletions
@@ -1,16 +1,40 @@ -* ChangeLog +ChangeLog +********* All notable changes to reading-heap will be mentioned in this file. -The format is inspired by [[https://keepachangelog.com/en/1.1.0/][Keep a Changelog]], and reading-heap follows [[https://semver.org/spec/v2.0.0.html][Semantic Versioning]]. +The format is inspired by `Keep a Changelog`_, and reading-heap follows `Semantic Versioning`_. -** [[https://codeberg.org/languidnights/reading-heap][0.1.0]] +0.1.1 +===== -*** Initial release +Changed +------- -+ 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 +* 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 |