Skip to content

Commit 2f33d21

Browse files
authored
chore(main): release 1.3.0 (#76)
1 parent d5094f5 commit 2f33d21

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.2.1"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.2.1...v1.3.0) (2025-05-03)
4+
5+
6+
### 🚀 Features
7+
8+
* Add multilingual support for transcription ([#77](https://github.com/hugobloem/wyoming-microsoft-stt/issues/77)) ([e4d25cb](https://github.com/hugobloem/wyoming-microsoft-stt/commit/e4d25cb8223852faff476a540db9709a654b31c1))
9+
* Use real-time STT [@nuzayets](https://github.com/nuzayets) ([8f5c0f2](https://github.com/hugobloem/wyoming-microsoft-stt/commit/8f5c0f2c37e97e13ba9fe190a6ada86a6acff4cd))
10+
11+
12+
### 🔧 Miscellaneous Chores
13+
14+
* bump azure-cognitiveservices-speech from 1.42.0 to 1.43.0 ([#74](https://github.com/hugobloem/wyoming-microsoft-stt/issues/74)) ([29c9c00](https://github.com/hugobloem/wyoming-microsoft-stt/commit/29c9c00af63e65dc467a796de4d570905cf74184))
15+
16+
17+
### 👷 Continuous Integration
18+
19+
* reduce python versions in test ([#75](https://github.com/hugobloem/wyoming-microsoft-stt/issues/75)) ([036c83a](https://github.com/hugobloem/wyoming-microsoft-stt/commit/036c83a6515bb075a606183b3e0922b463ee0d1e))
20+
* run release please on-demand ([#78](https://github.com/hugobloem/wyoming-microsoft-stt/issues/78)) ([d5094f5](https://github.com/hugobloem/wyoming-microsoft-stt/commit/d5094f58b6996087b448f854225b48c0bd3abecc))
21+
322
## [1.2.1](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.2.0...v1.2.1) (2025-02-23)
423

524

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

0 commit comments

Comments
 (0)