Skip to content

Commit

Permalink
chore: bump version to v4.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Mar 30, 2023
1 parent fe77a6e commit f998c35
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# aspeak Changelog

# v4.3.0-beta.1

- Add support for http and socks5 proxy. Command line option `--proxy` and environment variable `http_proxy`(or `HTTP_PROXY`) are available.
- Example: `aspeak --proxy "socks5://127.0.0.1:7890" text "Hello World"`
- You can also set the proxy in the `auth` section in your profile.
- By now, connection to https proxy server is not supported!
- For python binding, use the `proxy` keyword argument in the `SpeechService` constructor.

# v4.2.0

- Show detailed error message in python bindings.
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.2.0"
version = "4.3.0-beta.1"
edition = "2021"
authors = ["kxxt <[email protected]>"]
description = "A simple text-to-speech client for Azure TTS API."
Expand Down

0 comments on commit f998c35

Please sign in to comment.