-
Notifications
You must be signed in to change notification settings - Fork 25
chore(main): release fish-audio-sdk 1.3.0 #107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(main): release fish-audio-sdk 1.3.0 #107
Conversation
📝 WalkthroughWalkthroughA version release PR bumping the package version from 1.2.0 to 1.3.0 across all version-related configuration files and adding a comprehensive CHANGELOG documenting features, bug fixes, and documentation updates. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 38-40: Update the changelog entry that currently reads "use GitHub
markdown for version notice" to capitalize the proper noun as "use GitHub
Markdown for version notice"; locate the exact entry string in CHANGELOG.md (the
third bullet in the shown diff) and change only the word "markdown" to
"Markdown" preserving the rest of the line and commit/PR metadata.
| * add contributing guidelines to CONTRIBUTING.md ([#50](https://github.com/fishaudio/fish-audio-python/issues/50)) [skip ci] ([e1b904e](https://github.com/fishaudio/fish-audio-python/commit/e1b904ee631c243d684c4a9fc0319b57892eef84)) | ||
| * update README to clarify changes in PyPI versioning for Fish Audio Python SDK ([#45](https://github.com/fishaudio/fish-audio-python/issues/45)) [skip ci] ([0f97f6f](https://github.com/fishaudio/fish-audio-python/commit/0f97f6fa835df4779c758ef1c9f278625c19eaa8)) | ||
| * use GitHub markdown for version notice ([#46](https://github.com/fishaudio/fish-audio-python/issues/46)) [skip ci] ([4e39d0c](https://github.com/fishaudio/fish-audio-python/commit/4e39d0cd04bee7fcac2ecc176814c417a49869b6)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capitalize “Markdown” in the changelog entry.
Minor doc typo for the proper noun.
✏️ Proposed fix
-* use GitHub markdown for version notice ([`#46`](https://github.com/fishaudio/fish-audio-python/issues/46)) [skip ci] ([4e39d0c](https://github.com/fishaudio/fish-audio-python/commit/4e39d0cd04bee7fcac2ecc176814c417a49869b6))
+* use GitHub Markdown for version notice ([`#46`](https://github.com/fishaudio/fish-audio-python/issues/46)) [skip ci] ([4e39d0c](https://github.com/fishaudio/fish-audio-python/commit/4e39d0cd04bee7fcac2ecc176814c417a49869b6))📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| * add contributing guidelines to CONTRIBUTING.md ([#50](https://github.com/fishaudio/fish-audio-python/issues/50)) [skip ci] ([e1b904e](https://github.com/fishaudio/fish-audio-python/commit/e1b904ee631c243d684c4a9fc0319b57892eef84)) | |
| * update README to clarify changes in PyPI versioning for Fish Audio Python SDK ([#45](https://github.com/fishaudio/fish-audio-python/issues/45)) [skip ci] ([0f97f6f](https://github.com/fishaudio/fish-audio-python/commit/0f97f6fa835df4779c758ef1c9f278625c19eaa8)) | |
| * use GitHub markdown for version notice ([#46](https://github.com/fishaudio/fish-audio-python/issues/46)) [skip ci] ([4e39d0c](https://github.com/fishaudio/fish-audio-python/commit/4e39d0cd04bee7fcac2ecc176814c417a49869b6)) | |
| * add contributing guidelines to CONTRIBUTING.md ([`#50`](https://github.com/fishaudio/fish-audio-python/issues/50)) [skip ci] ([e1b904e](https://github.com/fishaudio/fish-audio-python/commit/e1b904ee631c243d684c4a9fc0319b57892eef84)) | |
| * update README to clarify changes in PyPI versioning for Fish Audio Python SDK ([`#45`](https://github.com/fishaudio/fish-audio-python/issues/45)) [skip ci] ([0f97f6f](https://github.com/fishaudio/fish-audio-python/commit/0f97f6fa835df4779c758ef1c9f278625c19eaa8)) | |
| * use GitHub Markdown for version notice ([`#46`](https://github.com/fishaudio/fish-audio-python/issues/46)) [skip ci] ([4e39d0c](https://github.com/fishaudio/fish-audio-python/commit/4e39d0cd04bee7fcac2ecc176814c417a49869b6)) |
🧰 Tools
🪛 LanguageTool
[uncategorized] ~40-~40: Did you mean the formatting language “Markdown” (= proper noun)?
Context: ...9c758ef1c9f278625c19eaa8)) * use GitHub markdown for version notice ([#46](https://githu...
(MARKDOWN_NNP)
🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 38 - 40, Update the changelog entry that currently
reads "use GitHub markdown for version notice" to capitalize the proper noun as
"use GitHub Markdown for version notice"; locate the exact entry string in
CHANGELOG.md (the third bullet in the shown diff) and change only the word
"markdown" to "Markdown" preserving the rest of the line and commit/PR metadata.
🤖 I have created a release beep boop
1.3.0 (2026-02-13)
Features
Bug Fixes
sprefixed models to fail websocket integration tests (#71) (6a2a289)Documentation
This PR was generated with Release Please. See documentation.
Summary by CodeRabbit
Documentation
Chores