Skip to content

Commit bdcd382

Browse files
chore(main): release resilient-stt 0.4.0 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cb11080 commit bdcd382

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.2"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project are documented in this file.
44
Release versions and notes are managed by [release-please](https://github.com/googleapis/release-please)
55
from [Conventional Commits](https://www.conventionalcommits.org/) on `main`.
66

7+
## [0.4.0](https://github.com/gitcommitshow/resilient-stt/compare/resilient-stt-v0.3.2...resilient-stt-v0.4.0) (2026-05-25)
8+
9+
10+
### Features
11+
12+
* add support for openrouter asr models ([a870ce4](https://github.com/gitcommitshow/resilient-stt/commit/a870ce499a906d6a3eeffd4083e1481b0fa8ee81))
13+
* improve default for whisper cloud when available ([#6](https://github.com/gitcommitshow/resilient-stt/issues/6)) ([1f5a31d](https://github.com/gitcommitshow/resilient-stt/commit/1f5a31d513f65fa57789b1490c08869459d2d3f6))
14+
* improve readme and retry publish ([#8](https://github.com/gitcommitshow/resilient-stt/issues/8)) ([cb11080](https://github.com/gitcommitshow/resilient-stt/commit/cb110809aff0e4ebf780846de0d9c70107802450))
15+
* prepare to publish to pypi ([#7](https://github.com/gitcommitshow/resilient-stt/issues/7)) ([15c3d90](https://github.com/gitcommitshow/resilient-stt/commit/15c3d90ff7330c87677783a214167a7b74ab84e0))
16+
17+
18+
### Documentation
19+
20+
* sync docs with the latest impelmentation ([1710325](https://github.com/gitcommitshow/resilient-stt/commit/171032598450aac3ebfe7e8f6d5e47f55aa5f60c))
21+
* sync docs with the latest impelmentation ([88cb8ce](https://github.com/gitcommitshow/resilient-stt/commit/88cb8ce39aa45efa9cfa998d8b4db176e3af61ca))
22+
723
## [0.3.2](https://github.com/gitcommitshow/resilient-stt/releases/tag/v0.3.2) (2026-05-25)
824

925
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "resilient-stt"
7-
version = "0.3.2"
7+
version = "0.4.0"
88
description = "Speech-To-Text pipeline supporting all OpenAI-compatible Automatic Speech Recognition providers with added resilience and metadata through LLM-powered transcript repair, audio preprocessing, vad, and pyannote diarization"
99
readme = "README.md"
1010
requires-python = ">=3.11,<3.13"

0 commit comments

Comments
 (0)