Skip to content

Commit e2bc19b

Browse files
authored
chore(main): release 1.2.0 (#70)
1 parent 35a8a25 commit e2bc19b

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.1.0...v1.2.0) (2025-02-23)
4+
5+
6+
### 🚀 Features
7+
8+
* add profanity filter ([35a8a25](https://github.com/hugobloem/wyoming-microsoft-stt/commit/35a8a251751bf8d0828c3ec9af74ef5dbb621f18))
9+
10+
11+
### 🔨 Code Refactoring
12+
13+
* use Pydantic model for Microsoft STT configuration ([35a8a25](https://github.com/hugobloem/wyoming-microsoft-stt/commit/35a8a251751bf8d0828c3ec9af74ef5dbb621f18))
14+
315
## [1.1.0](https://github.com/hugobloem/wyoming-microsoft-stt/compare/1.0.7...v1.1.0) (2024-11-20)
416

517

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

0 commit comments

Comments
 (0)