Skip to content

Latest commit

 

History

History
74 lines (42 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

74 lines (42 loc) · 2.49 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.4.3 - 2025-01-27

Other

  • Fix clippy warning

0.4.2 - 2024-12-21

Fixed

  • Remove the broadcast error

0.4.1 - 2024-12-10

Other

  • Adding Debug to Config
  • Merge remote-tracking branch 'origin/master'
  • Minor improvements and bugfix.

0.4.0 - 2024-11-16

Other

  • recognizer stream multi-turn (#23)

0.3.2 - 2024-11-02

Other

  • Bugfix/broadcast sender fix (#21)

0.3.1 - 2024-10-21

Other

  • development (#19)

0.3.0 - 2024-09-21

Added

  • impl std::error::Error for Error

  • Replace ezsockets with tokio-websockets (#14)

0.2.3 - 2024-08-16

Other

  • Improve documentation (#10)

0.2.2 - 2024-08-16

Other

  • Merge Development to Master (#8)

0.2.1 - 2024-08-07

Other

  • execute the build only during the pull request on the master (#6)

0.2.0 - 2024-08-07

Other

  • Improve documentation and examples (#4)
  • Improving examples