Skip to content

Commit 11429f2

Browse files
committed
release: v6.0.0-beta.1
1 parent 7290c0b commit 11429f2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
# v6.0.0-beta.1
4+
5+
Changes after v6.0.0-alpha.3:
6+
7+
- Feature: Add two methods to `RestSynthesizer` that returns `Bytes` instead of `Vec<u8>`.
8+
- Upgrade openssl dependency (Solves security alert #77)
9+
- Add two examples for the rust crate
10+
- 01-synthesize-txt-files.rs: Synthesize speech from \*.txt files in a directory.
11+
- 02-rssl.rs: RSSL, Read-Synthesize-Speak-Loop (Something similar to a REPL). Read text from stdin line by line, synthesize speech and play it.
12+
- Internal refactor
13+
314
# v6.0.0-alpha.3
415

516
Changes after v6.0.0-alpha.2:

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 = "6.0.0-alpha.3"
3+
version = "6.0.0-beta.1"
44
edition = "2021"
55
authors = ["kxxt <[email protected]>"]
66
description = "A simple text-to-speech client for Azure TTS API."

0 commit comments

Comments
 (0)