Skip to content

Commit 720b69d

Browse files
committed
chore: bump version to 4.0.0-beta.3
1 parent c19ed17 commit 720b69d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
# v4.0.0-beta.3
4+
5+
- Fix: include aspeak binary in wheel package
6+
- CI: set up GitHub Actions to build and publish to PyPI
7+
8+
39
# v4.0.0-beta.2
410

511
- Restrict max log level to info in release build

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