Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

71 lines (38 loc) · 2.66 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.1.1 - 2024-09-05

Fixed

  • pin ort version (#41)

0.1.0 - 2024-06-03

Added

  • add load-dynamic feature flag (#27)

Other

  • add chunk stream test/example (#24)

0.0.6 - 2024-04-30

Other

  • (deps) bump ort from 2.0.0-rc.1 to 2.0.0-rc.2 (#18)

0.0.5 - 2024-04-23

Other

  • (deps) bump thiserror from 1.0.58 to 1.0.59 (#15)
  • (deps) bump typed-builder from 0.18.1 to 0.18.2 (#16)

0.0.4 - 2024-04-19

Other

  • (deps) bump rustls from 0.22.2 to 0.22.4 in the cargo group (#14)
  • Add platform support table to README.md (#8)

0.0.3 - 2024-04-03

Added

  • remove const generic chunk size; add vad builder (#12)

Other

  • (deps) bump tokio from 1.36.0 to 1.37.0 (#7)

0.0.2 - 2024-04-01

Fixed

  • update ort (#5)

0.0.1 - 2024-03-24

Other

  • update github settings (#3)
  • release (#1)

0.0.0 - 2024-03-24

Added

  • initial release