Skip to content

Commit 0475eb4

Browse files
authored
chore(main): release 1.3.1 (#82)
1 parent 2875b2c commit 0475eb4

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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.0"
2+
".": "1.3.1"
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.1](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.3.0...v1.3.1) (2025-05-04)
4+
5+
6+
### 🐛 Bugfixes
7+
8+
* stop stream when last chunk is sent ([#79](https://github.com/hugobloem/wyoming-microsoft-stt/issues/79)) ([4eba565](https://github.com/hugobloem/wyoming-microsoft-stt/commit/4eba5650fa92bb9cc3e7448617412cd82ed861b4))
9+
10+
11+
### 📝 Documentation
12+
13+
* add multi-language description ([#83](https://github.com/hugobloem/wyoming-microsoft-stt/issues/83)) ([2875b2c](https://github.com/hugobloem/wyoming-microsoft-stt/commit/2875b2ccce2db734572f8cd890488d588d6c17c8))
14+
15+
16+
### 🔧 Miscellaneous Chores
17+
18+
* **main:** release 1.3.1 ([#80](https://github.com/hugobloem/wyoming-microsoft-stt/issues/80)) ([f6d86ec](https://github.com/hugobloem/wyoming-microsoft-stt/commit/f6d86ec043422cb3444f53832a5e92bf5378c801))
19+
320
## [1.3.0](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.2.1...v1.3.0) (2025-05-03)
421

522

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

0 commit comments

Comments
 (0)