Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ This file was automatically generated by [Python Semantic Release](https://pytho
## v0.1.1 (2025-01-29)
### ✨ Features
- Initial release of aiOla Python SDK
- Speech-to-Text (STT) functionality
- Speech-to-Text (STT) functionality
- Text-to-Speech (TTS) functionality
- Microphone streaming support
- Async client support
- Comprehensive error handling
- Type hints and documentation

## v0.2.0 (2025-09-04)
### ✨ Features
- Add VAD config to STT client
- Add keywords to STT client
- Add support for VAD config object
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aiola"
version = "0.1.5"
version = "0.2.0"
description = "The official Python SDK for aiOla API - Speech-to-Text and Text-to-Speech"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down