================
- Add .bumpversion.cfg and Makefile to ease release cutting
- Move "websocket" service plugin (305) into module namespace
- Refactor two more functions into ``class RuntimeContext``
- Improve error handling: Add the ``exception_traceback()`` primitive to add
full stacktrace information to log messages. When applied at all important
places across the board where we do catch-all style exception handling,
this will improve the experience when working on custom solutions with
*mqttwarn* to a huge extent.
- Improve documentation