Skip to content

Commit 745516d

Browse files
authored
chore(main): release 1.3.5 (#103)
1 parent 9fd6e09 commit 745516d

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.3.5](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.3.4...v1.3.5) (2025-09-28)
4+
5+
6+
### 🐛 Bugfixes
7+
8+
* ensure graceful shutdown by exiting after stop signal ([#105](https://github.com/hugobloem/wyoming-microsoft-stt/issues/105)) ([a8e2a2f](https://github.com/hugobloem/wyoming-microsoft-stt/commit/a8e2a2f7d1e4f8af60ca16be362b0c926a4fe727))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* bump pydantic from 2.11.7 to 2.11.9 ([#104](https://github.com/hugobloem/wyoming-microsoft-stt/issues/104)) ([9fd6e09](https://github.com/hugobloem/wyoming-microsoft-stt/commit/9fd6e09116f6565980d90972b6f6d73f50e96c57))
14+
* bump pytest from 8.4.1 to 8.4.2 ([#106](https://github.com/hugobloem/wyoming-microsoft-stt/issues/106)) ([d7161ab](https://github.com/hugobloem/wyoming-microsoft-stt/commit/d7161abe247c6c0a2cca97712847f92eb349fa1a))
15+
* bump pytest-asyncio from 1.1.0 to 1.2.0 ([#108](https://github.com/hugobloem/wyoming-microsoft-stt/issues/108)) ([9e60b02](https://github.com/hugobloem/wyoming-microsoft-stt/commit/9e60b029a380e816059eeeedb4fbdd335e8c9de1))
16+
* bump ruff from 0.12.10 to 0.13.2 ([#107](https://github.com/hugobloem/wyoming-microsoft-stt/issues/107)) ([1b22eb5](https://github.com/hugobloem/wyoming-microsoft-stt/commit/1b22eb5b75b8fea1afce175ccfeb056f565f0709))
17+
* improve debug logging ([ae3055f](https://github.com/hugobloem/wyoming-microsoft-stt/commit/ae3055fefa20a38974a83db3f0f9fdd4c8097958))
18+
* move to uv completely ([#102](https://github.com/hugobloem/wyoming-microsoft-stt/issues/102)) ([bcb06c5](https://github.com/hugobloem/wyoming-microsoft-stt/commit/bcb06c5b64131efccaedc8742863ec9c6a458c3f))
19+
320
## [1.3.4](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.3.3...v1.3.4) (2025-09-28)
421

522

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wyoming-microsoft-stt"
3-
version = "1.3.4"
3+
version = "1.3.5"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="wyoming_microsoft_stt",
21-
version="1.3.4",
21+
version="1.3.5",
2222
description="Wyoming Server for Microsoft STT",
2323
url="https://github.com/hugobloem/wyoming-microsoft-stt",
2424
author="Hugo Bloem",

wyoming_microsoft_stt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "1.3.4"
3+
__version__ = "1.3.5"

0 commit comments

Comments
 (0)