Skip to content

Commit 1335d69

Browse files
authored
chore(main): release 1.2.1 (#72)
1 parent 8727b1f commit 1335d69

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.0"
2+
".": "1.2.1"
33
}

CHANGELOG.md

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

3+
## [1.2.1](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.2.0...v1.2.1) (2025-02-23)
4+
5+
6+
### 🐛 Bugfixes
7+
8+
* profanity filter should be `off` not `raw` ([#71](https://github.com/hugobloem/wyoming-microsoft-stt/issues/71)) ([8727b1f](https://github.com/hugobloem/wyoming-microsoft-stt/commit/8727b1fa06a58d239a341c59be3f8db5a101c8c9))
9+
310
## [1.2.0](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.1.0...v1.2.0) (2025-02-23)
411

512

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

0 commit comments

Comments
 (0)