Skip to content

Commit

Permalink
chore(main): release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobloem committed Nov 23, 2024
1 parent 88ff459 commit 527a202
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.8"
".": "1.0.9"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [1.0.9](https://github.com/hugobloem/wyoming-microsoft-tts/compare/1.0.8...v1.0.9) (2024-11-23)


### 🐛 Bugfixes

* add-on button url ([#77](https://github.com/hugobloem/wyoming-microsoft-tts/issues/77)) ([3532cee](https://github.com/hugobloem/wyoming-microsoft-tts/commit/3532ceedf16a5b91898a9c07abc32ea9de6132a3))
* validate and use default voice in event handling ([#82](https://github.com/hugobloem/wyoming-microsoft-tts/issues/82)) ([320a226](https://github.com/hugobloem/wyoming-microsoft-tts/commit/320a226d6be4cae3f758c0d18458579c99a47024))


### 👷 Continuous Integration

* add release-please configuration and workflow files ([#83](https://github.com/hugobloem/wyoming-microsoft-tts/issues/83)) ([dd370fc](https://github.com/hugobloem/wyoming-microsoft-tts/commit/dd370fc33df27d7560be11974661201be04fb32e))
* add required packages ([#76](https://github.com/hugobloem/wyoming-microsoft-tts/issues/76)) ([5e89262](https://github.com/hugobloem/wyoming-microsoft-tts/commit/5e8926288fc36055ddf5640181f38ebd940396af))
* enhance Docker image tagging and labeling in release workflow ([#85](https://github.com/hugobloem/wyoming-microsoft-tts/issues/85)) ([88ff459](https://github.com/hugobloem/wyoming-microsoft-tts/commit/88ff459be2818dbeb421c7c905b4ebc4fa1cee3b))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="wyoming_microsoft_tts",
version="1.0.8",
version="1.0.9",
description="Wyoming Server for Microsoft TTS",
url="https://github.com/hugobloem/wyoming-microsoft-tts",
author="Hugo Bloem",
Expand Down
2 changes: 1 addition & 1 deletion wyoming_microsoft_tts/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information."""

__version__ = "1.0.8"
__version__ = "1.0.9"

0 comments on commit 527a202

Please sign in to comment.