From f54e9866f1d0d4b9aea9282becbd90f7cd6c29ac Mon Sep 17 00:00:00 2001 From: kxxt Date: Wed, 5 Apr 2023 18:33:16 +0800 Subject: [PATCH] chore: bump version to v4.3.1 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90abb72..9922c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.lock b/Cargo.lock index 2ffe8c8..b8c7153 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" [[package]] name = "aspeak" -version = "4.3.0" +version = "4.3.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 421f9d1..0780210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aspeak" -version = "4.3.0" +version = "4.3.1" edition = "2021" authors = ["kxxt "] description = "A simple text-to-speech client for Azure TTS API." diff --git a/README.md b/README.md index a700471..83e51f3 100644 --- a/README.md +++ b/README.md @@ -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.