Skip to content

Commit 0404ae9

Browse files
authored
chore(main): release 1.1.0 (#66)
1 parent 47baf85 commit 0404ae9

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.7"
3-
}
2+
".": "1.1.0"
3+
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/hugobloem/wyoming-microsoft-stt/compare/1.0.7...v1.1.0) (2024-11-20)
4+
5+
6+
### 🚀 Features
7+
8+
* Added env variables for secrets, additional logging, and consistent writing to /tmp ([#63](https://github.com/hugobloem/wyoming-microsoft-stt/issues/63)) ([1ae559d](https://github.com/hugobloem/wyoming-microsoft-stt/commit/1ae559dc4f2d0d29c51f01a281eb38d1c32df9e1))
9+
10+
11+
### 🐛 Bugfixes
12+
13+
* enable release-please for the `main` branch ([47baf85](https://github.com/hugobloem/wyoming-microsoft-stt/commit/47baf851af3789f218f024b527bdf52cc9b039e5))
14+
15+
16+
### 🔨 Code Refactoring
17+
18+
* update MicrosoftSTT fixture to return arguments instead of instance ([#64](https://github.com/hugobloem/wyoming-microsoft-stt/issues/64)) ([299b3fe](https://github.com/hugobloem/wyoming-microsoft-stt/commit/299b3fec41d320a154624b3d9928c4cc4fd68e54))
19+
20+
21+
### 🎨 Styles
22+
23+
* Rename release_please.yaml to release-please.yaml ([baf2120](https://github.com/hugobloem/wyoming-microsoft-stt/commit/baf21200dac953bd6535bd34dbfe6c853af40a59))
24+
25+
26+
### 👷 Continuous Integration
27+
28+
* Add release-please configuration and workflow files ([#65](https://github.com/hugobloem/wyoming-microsoft-stt/issues/65)) ([8b03951](https://github.com/hugobloem/wyoming-microsoft-stt/commit/8b03951732461a7f3ad032c5820a5ec1f48e8e41))

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.0.7",
21+
version="1.1.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.0.7"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)