Skip to content

Commit fbce625

Browse files
chore(main): release resilient-stt 0.4.3 (#19)
1 parent 2ae5b6a commit fbce625

3 files changed

Lines changed: 9 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.4.2"
2+
".": "0.4.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.3](https://github.com/gitcommitshow/resilient-stt/compare/resilient-stt-v0.4.2...resilient-stt-v0.4.3) (2026-05-25)
8+
9+
10+
### Documentation
11+
12+
* add banner in readme ([#18](https://github.com/gitcommitshow/resilient-stt/issues/18)) ([2ae5b6a](https://github.com/gitcommitshow/resilient-stt/commit/2ae5b6abf204221520cc772f0a7dadd449901dec))
13+
714
## [0.4.2](https://github.com/gitcommitshow/resilient-stt/compare/resilient-stt-v0.4.1...resilient-stt-v0.4.2) (2026-05-25)
815

916

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.4.2"
7+
version = "0.4.3"
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)