Skip to content

Commit 4c27ae7

Browse files
committed
release: v6.0.0-beta.2
1 parent fc4a780 commit 4c27ae7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
# v6.0.0-beta.2
4+
5+
Changes after v6.0.0-beta.1:
6+
7+
- CLI: performance improvement: eliminate unnecessary memory copy
8+
- Docs(crate): Add two more examples
9+
- Docs(crate): Add more doc comments
10+
311
# v6.0.0-beta.1
412

513
Changes after v6.0.0-alpha.3:

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-beta.1"
3+
version = "6.0.0-beta.2"
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)