Skip to content

Commit 61a5fee

Browse files
authored
chore(main): release 1.3.2 (#87)
1 parent ef01cb6 commit 61a5fee

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
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.1"
2+
".": "1.3.2"
33
}

CHANGELOG.md

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

3+
## [1.3.2](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.3.1...v1.3.2) (2025-08-07)
4+
5+
6+
### 📝 Documentation
7+
8+
* update docker compose readme @DOliana ([4cd4efb](https://github.com/hugobloem/wyoming-microsoft-stt/commit/4cd4efb5e3c38e8670568fc6b69807342027458e))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* bump azure-cognitiveservices-speech from 1.43.0 to 1.44.0 ([#85](https://github.com/hugobloem/wyoming-microsoft-stt/issues/85)) ([1f51a24](https://github.com/hugobloem/wyoming-microsoft-stt/commit/1f51a2446287f54e076695fd55c01c94897448d1))
14+
* bump azure-cognitiveservices-speech from 1.44.0 to 1.45.0 ([#88](https://github.com/hugobloem/wyoming-microsoft-stt/issues/88)) ([ef01cb6](https://github.com/hugobloem/wyoming-microsoft-stt/commit/ef01cb6e354fe5f9b4112f4efa0e0ed197b54b52))
15+
* bump wyoming from 1.6.0 to 1.7.1 ([#86](https://github.com/hugobloem/wyoming-microsoft-stt/issues/86)) ([4d82bfc](https://github.com/hugobloem/wyoming-microsoft-stt/commit/4d82bfc24b9d0a7735a213ec74eee00708b49848))
16+
* bump wyoming from 1.7.1 to 1.7.2 ([#90](https://github.com/hugobloem/wyoming-microsoft-stt/issues/90)) ([d836a9e](https://github.com/hugobloem/wyoming-microsoft-stt/commit/d836a9e79fb4b3d794c915df90c071559ad74b04))
17+
318
## [1.3.1](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.3.0...v1.3.1) (2025-05-04)
419

520

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

0 commit comments

Comments
 (0)