Skip to content

Commit

Permalink
chore: bump version to v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Apr 5, 2023
1 parent 11e9e7e commit f54e986
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# aspeak Changelog

# v4.3.1

- Fix a bug that caused the `endpoint` and `region` token in profile to be ineffective.

# v4.3.0

- Add support for http and socks5 proxy. Command line option `--proxy` and environment variable `http_proxy`(or `HTTP_PROXY`) are available.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aspeak"
version = "4.3.0"
version = "4.3.1"
edition = "2021"
authors = ["kxxt <[email protected]>"]
description = "A simple text-to-speech client for Azure TTS API."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ From v4.1.0, You can install `aspeak-bin` from AUR.
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.

```bash
pip install -U aspeak==4.3.0
pip install -U aspeak==4.3.1
```

Now the prebuilt wheels are only available for x86_64 architecture.
Expand Down

0 comments on commit f54e986

Please sign in to comment.