Changelog

All notable changes to the Rhasspy Hermes App project are documented in this file.

The format is based on Keep a Changelog, and this project adheres to the Semantic Versioning specification with major, minor and patch version.

Given a version number major.minor.patch this project increments the:

  • major version when incompatible API changes are made;

  • minor version when functionality is added in a backwards-compatible manner;

  • patch version when backwards-compatible bug fixes are made.

Unreleased

Commits since last release:

Added

Changed

Deprecated

Removed

Fixed

Security

1.1.0 - 2020-08-28

Changed

1.0.0 - 2020-07-26

Changed

  • All decorators of this library now only work with async functions. Pull request #16 by @JonahKr. Existing code should only add the async keyword before the function definition to keep the code valid. See Usage for some examples.

0.2.0 - 2020-07-19

Added