Skip to content

Commit

Permalink
release: v6.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Jun 28, 2023
1 parent 8af3e75 commit b0bae72
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# aspeak Changelog

# v6.0.0-rc.1

Changes after v6.0.0-beta.3:

- Rust crate: make all items visible in the root module (Flat is better than nested).
- GitHub branches: The main branch has been deleted. The default branch is now `v5` and it will change to `v6` when v6 is released.
- Python binding: Now type hints are provided. You will get better completion in your IDE.

# v6.0.0-beta.3

Changes after v6.0.0-beta.2:
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 = "6.0.0-beta.3"
version = "6.0.0-rc.1"
edition = "2021"
authors = ["kxxt <[email protected]>"]
description = "A simple text-to-speech client for Azure TTS API."
Expand Down

0 comments on commit b0bae72

Please sign in to comment.