Skip to content

Commit f54e986

Browse files
committed
chore: bump version to v4.3.1
1 parent 11e9e7e commit f54e986

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# aspeak Changelog
22

3+
# v4.3.1
4+
5+
- Fix a bug that caused the `endpoint` and `region` token in profile to be ineffective.
6+
37
# v4.3.0
48

59
- Add support for http and socks5 proxy. Command line option `--proxy` and environment variable `http_proxy`(or `HTTP_PROXY`) are available.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aspeak"
3-
version = "4.3.0"
3+
version = "4.3.1"
44
edition = "2021"
55
authors = ["kxxt <[email protected]>"]
66
description = "A simple text-to-speech client for Azure TTS API."

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ From v4.1.0, You can install `aspeak-bin` from AUR.
4848
Installing from PyPI will also install the python binding of `aspeak` for you. Check [Library Usage#Python](#Python) for more information on using the python binding.
4949

5050
```bash
51-
pip install -U aspeak==4.3.0
51+
pip install -U aspeak==4.3.1
5252
```
5353

5454
Now the prebuilt wheels are only available for x86_64 architecture.

0 commit comments

Comments
 (0)