Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ The major version of this package tracks the TTS Service API major version.

## [Unreleased]

## [3.2.2+1] - 2026-04-19

### Added
- `CLAUDE.md`: one-line redirect to `AGENTS.md` for AI coding agents that auto-load `CLAUDE.md` (Claude Code, Codex, Cursor, Aider).

### Changed
- `submodules/tts-service-api`: updated to [v3.2.0+2](https://github.com/techmo-pl/tts-api/releases/tag/v3.2.0%2B2).

## [3.2.2] - 2026-04-01

### Fixed
Expand Down
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See AGENTS.md.
2 changes: 1 addition & 1 deletion submodules/tts-service-api
Submodule tts-service-api updated 4 files
+53 −0 AGENTS.md
+12 −0 CHANGELOG.md
+1 −0 CLAUDE.md
+1 −1 VERSION.md
2 changes: 1 addition & 1 deletion tts_service_api/VERSION.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.2"
__version__ = "3.2.2+1"
Loading