Skip to content

Commit

Permalink
chore: bump ver to 4.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Mar 2, 2023
1 parent cb1d7e7 commit 91ad2fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# aspeak Changelog

# v4.0.0-beta.2

- Restrict max log level to info in release build
- Update config template
- Do not overwrite existing file unless --overwrite is specified
- Revert to native-tls to reduce binary size
- Fix: Correctly handle quality setting from profile
- Fix: RequestID now gets reset on each request
- Internal refactor

# v4.0.0-beta.1

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.0.0-beta.1"
version = "4.0.0-beta.2"
edition = "2021"
authors = ["kxxt <[email protected]>"]
description = "A simple text-to-speech client based on Azure's speech synthesis API"
Expand Down

0 comments on commit 91ad2fa

Please sign in to comment.