Skip to content

Commit 62706ab

Browse files
committed
chore: bump version to 0.1.1 and update changelog
1 parent 8e6f1de commit 62706ab

File tree

4 files changed

+26
-20
lines changed

4 files changed

+26
-20
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
## [0.1.1] - 2026-01-09
5+
6+
### Added
7+
- Missing import for rodio::Decoder and Source on Linux
8+
9+
### Changed
10+
- Updated msedge-tts dependency to use forked version with updated USER_AGENT for better platform compatibility ([ed2cc3c](https://github.com/icsboyx/msedge-tts/commit/ed2cc3c87772f66329221975ef6bb8e14c96b641))
11+
12+
### Fixed
13+
-
14+
15+
## [0.1.0] - 2026-01-08
16+
17+
### Added
18+
- Initial release of the Bottarga project.
19+
- Core functionality for building and running the Rust application.
20+
- Release workflow for CI automation.
21+
22+
### Changed
23+
- Optimized build process using `cargo build --release`.
24+
- Updated documentation to include setup and usage instructions.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bottarga"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
description = "Bottarga is a simle Text to Speech bot for Twitch chat. It can read chat messages and convert them to the voice. Can interact with Twitch Chat. And execute commands from chat. Command are predefined and can be extended."
66
license-file = "LICENSE"

RELEASE_NOTES.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)