Skip to content

Commit 9b62640

Browse files
authored
chore(main): release 1.3.4 (#98)
1 parent da1bdcf commit 9b62640

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-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.3"
2+
".": "1.3.4"
33
}

CHANGELOG.md

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

3+
## [1.3.4](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.3.3...v1.3.4) (2025-09-28)
4+
5+
6+
### 🧪 Tests
7+
8+
* repair broken test ([#101](https://github.com/hugobloem/wyoming-microsoft-stt/issues/101)) ([da1bdcf](https://github.com/hugobloem/wyoming-microsoft-stt/commit/da1bdcf76931e322b806f6d1d88a4105c260a7ae))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* bump actions/checkout from 4 to 5 ([#97](https://github.com/hugobloem/wyoming-microsoft-stt/issues/97)) ([651f54e](https://github.com/hugobloem/wyoming-microsoft-stt/commit/651f54e2b72fba77b2493382b3e94206f89ad551))
14+
* bump azure-cognitiveservices-speech from 1.45.0 to 1.46.0 ([#99](https://github.com/hugobloem/wyoming-microsoft-stt/issues/99)) ([8eec069](https://github.com/hugobloem/wyoming-microsoft-stt/commit/8eec0690fa413567cbd4b5da9581b5f7c9e67034))
15+
316
## [1.3.3](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.3.2...v1.3.3) (2025-08-23)
417

518

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.3"
3+
version = "1.3.4"
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.3",
21+
version="1.3.4",
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.3"
3+
__version__ = "1.3.4"

0 commit comments

Comments
 (0)