Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobloem authored Nov 23, 2024
1 parent 3f4a1f8 commit a51ba28
Show file tree
Hide file tree
Showing 4 changed files with 10 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.1.0"
".": "1.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/hugobloem/wyoming-microsoft-tts/compare/v1.1.0...v1.1.1) (2024-11-23)


### 🐛 Bugfixes

* use name of synthesize voice ([#89](https://github.com/hugobloem/wyoming-microsoft-tts/issues/89)) ([3f4a1f8](https://github.com/hugobloem/wyoming-microsoft-tts/commit/3f4a1f854c8048168cce7489547a0846052bce38))

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


Expand Down
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.1.0",
version="1.1.1",
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.1.0"
__version__ = "1.1.1"

0 comments on commit a51ba28

Please sign in to comment.