Skip to content

Commit 91ad2fa

Browse files
committed
chore: bump ver to 4.0.0-beta.2
1 parent cb1d7e7 commit 91ad2fa

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
# v4.0.0-beta.2
4+
5+
- Restrict max log level to info in release build
6+
- Update config template
7+
- Do not overwrite existing file unless --overwrite is specified
8+
- Revert to native-tls to reduce binary size
9+
- Fix: Correctly handle quality setting from profile
10+
- Fix: RequestID now gets reset on each request
11+
- Internal refactor
312

413
# v4.0.0-beta.1
514

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

0 commit comments

Comments
 (0)