Skip to content

Commit 356a546

Browse files
authored
chore(main): release 1.3.7 (#112)
1 parent 9330694 commit 356a546

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
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.6"
2+
".": "1.3.7"
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.7](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.3.6...v1.3.7) (2025-10-13)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* bump astral-sh/setup-uv from 6 to 7 ([#115](https://github.com/hugobloem/wyoming-microsoft-stt/issues/115)) ([30dee97](https://github.com/hugobloem/wyoming-microsoft-stt/commit/30dee9760f70db7e0cfaf46be17063001c6db1ae))
9+
* bump pydantic from 2.11.10 to 2.12.0 ([#117](https://github.com/hugobloem/wyoming-microsoft-stt/issues/117)) ([bc6f762](https://github.com/hugobloem/wyoming-microsoft-stt/commit/bc6f762fb2ccb3ab8c6ac12462a193df0ea3ead4))
10+
* bump pydantic from 2.11.9 to 2.11.10 ([#114](https://github.com/hugobloem/wyoming-microsoft-stt/issues/114)) ([638f418](https://github.com/hugobloem/wyoming-microsoft-stt/commit/638f4187c1a32e799f74dc95d5bef342187dc76e))
11+
* bump ruff from 0.13.2 to 0.13.3 ([#111](https://github.com/hugobloem/wyoming-microsoft-stt/issues/111)) ([9cac9e1](https://github.com/hugobloem/wyoming-microsoft-stt/commit/9cac9e124004d4a44d7656d650175bb698e57534))
12+
* bump ruff from 0.13.3 to 0.14.0 ([#116](https://github.com/hugobloem/wyoming-microsoft-stt/issues/116)) ([ff8b55c](https://github.com/hugobloem/wyoming-microsoft-stt/commit/ff8b55c1ff0dfcf25b4436b4d0fb6956277e568d))
13+
* bump wyoming from 1.7.2 to 1.8.0 ([#118](https://github.com/hugobloem/wyoming-microsoft-stt/issues/118)) ([9330694](https://github.com/hugobloem/wyoming-microsoft-stt/commit/933069429579f4d36651166d487e67abd962e238))
14+
15+
16+
### 👷 Continuous Integration
17+
18+
* test on push to main ([#113](https://github.com/hugobloem/wyoming-microsoft-stt/issues/113)) ([6170108](https://github.com/hugobloem/wyoming-microsoft-stt/commit/61701085f8e57aea6fe93219f02ed99934983378))
19+
320
## [1.3.6](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.3.5...v1.3.6) (2025-09-28)
421

522

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wyoming-microsoft-stt"
3-
version = "1.3.6"
3+
version = "1.3.7"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"

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

0 commit comments

Comments
 (0)