Skip to content

Commit e6fca34

Browse files
committed
chore: release v4.1.0
1 parent 68dc368 commit e6fca34

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

CHANGELOG.md

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

3+
# v4.1.0
4+
5+
- You can now use your azure subscription key to authenticate. Special thanks to [@yhmickey](https://github.com/yhmickey)
6+
for trusting me and providing me his subscription key for testing.
7+
38
# v4.0.0
49

510
aspeak has been rewritten in Rust!:tada: This is a major release and there are some breaking changes.
@@ -15,16 +20,16 @@ Fixes:
1520
New features:
1621

1722
- Now you can use profiles to save your options.
18-
- For example, you can specify your native locale in your profile so that you don't need to specify it every time.
19-
- You can learn more about profiles in the [documentation](https://github.com/kxxt/aspeak/tree/main#documentation).
23+
- For example, you can specify your native locale in your profile so that you don't need to specify it every time.
24+
- You can learn more about profiles in the [documentation](https://github.com/kxxt/aspeak/tree/main#documentation).
2025
- Theoretically, aspeak is now available on more platforms. But I will only publish binaries for Windows, macOS and Linux.
21-
- However, you can still compile aspeak from source on other platforms.
26+
- However, you can still compile aspeak from source on other platforms.
2227
- Now you can use custom endpoints and authentication tokens.
2328
- Now you can add custom request headers.
2429
- More user friendly output and error messages
2530
- Now I have set up GitHub Actions to build and publish automatically.
2631
- Now you can use aspeak as a library in your Rust projects.
27-
- You can learn more about the Rust API at [docs.rs](https://docs.rs/aspeak/).
32+
- You can learn more about the Rust API at [docs.rs](https://docs.rs/aspeak/).
2833

2934
Changes:
3035

@@ -53,7 +58,6 @@ Changes:
5358
- Fix: include aspeak binary in wheel package
5459
- CI: set up GitHub Actions to build and publish to PyPI
5560

56-
5761
# v4.0.0-beta.2
5862

5963
- Restrict max log level to info in release build
@@ -66,9 +70,9 @@ Changes:
6670

6771
# v4.0.0-beta.1
6872

69-
- Now you can create a profile!
70-
- You no longer need to use the locale arg every time if you do not want to use English locale. Just specify your locale in your profile.
71-
- You can also provide default values for other options.
73+
- Now you can create a profile!
74+
- You no longer need to use the locale arg every time if you do not want to use English locale. Just specify your locale in your profile.
75+
- You can also provide default values for other options.
7276
- Many internal refactors.
7377

7478
# v4.0.0-alpha.4
@@ -78,4 +82,4 @@ Changes:
7882
# v4.0.0-alpha.3
7983

8084
- Set up GitHub Actions to build for more platforms.
81-
- Support region option.
85+
- Support region option.

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"
3+
version = "4.1.0"
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)