-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(main): release 0.30.0 #603
chore(main): release 0.30.0 #603
Conversation
WalkthroughThe pull request introduces version 0.30.0 for the Changes
Possibly related PRs
Poem
π Recent review detailsConfiguration used: CodeRabbit UI β Files ignored due to path filters (1)
π Files selected for processing (2)
π§ Files skipped from review as they are similar to previous changes (1)
π Additional comments (3)CHANGELOG.md (3)
The version entry header is well-formatted with:
Breaking changes are clearly identified and properly linked to their respective issues and PRs. Please ensure that:
Each feature is properly documented with:
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? πͺ§ TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #603 +/- ##
=======================================
Coverage 73.38% 73.38%
=======================================
Files 28 28
Lines 9948 9948
=======================================
Hits 7300 7300
Misses 2648 2648 β View full report in Codecov by Sentry. |
b4b743a
to
92b80d2
Compare
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: 0
π§Ή Outside diff range and nitpick comments (1)
CHANGELOG.md (1)
10-12
: Consider if duplicate entries are necessary.The feature entry duplicates the breaking change entry. While it's not incorrect to list a breaking change in both sections, consider if this duplication adds value or might cause confusion.
π Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
β Files ignored due to path filters (1)
Cargo.lock
is excluded by!**/*.lock
π Files selected for processing (2)
CHANGELOG.md
(1 hunks)Cargo.toml
(1 hunks)
π§ Files skipped from review as they are similar to previous changes (1)
- Cargo.toml
π Additional comments (2)
CHANGELOG.md (2)
3-4
: LGTM!
The version entry follows the conventional changelog format with proper GitHub compare URL and date formatting.
6-8
: LGTM!
Breaking change is properly documented with clear references to the related issue and pull request.
731926c
to
b090ebe
Compare
66613c4
to
008e380
Compare
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: 0
π§Ή Outside diff range and nitpick comments (1)
CHANGELOG.md (1)
3-17
: LGTM! Well-structured changelog entry.The changelog entry follows the conventional commit format, with proper sections for breaking changes and features. All changes are well-documented with issue/PR references and commit hashes.
Consider adding a migration guide section to help users handle the breaking changes:
- Database schema change for transcript source information
- CLI interface change with the new "server run" subcommand
π Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
β Files ignored due to path filters (1)
Cargo.lock
is excluded by!**/*.lock
π Files selected for processing (2)
CHANGELOG.md
(1 hunks)Cargo.toml
(1 hunks)
π§ Files skipped from review as they are similar to previous changes (1)
- Cargo.toml
008e380
to
dcf203b
Compare
π€ Created releases:
|
π€ I have created a release beep boop
0.30.0 (2024-11-20)
β BREAKING CHANGES
Features
Bug Fixes
This PR was generated with Release Please. See documentation.
Summary by CodeRabbit
New Features
/api/v1/seqvars/csq
,/api/v1/strucvars/csq
, andgenes/transcripts
with OpenAPI documentation.Breaking Changes
Documentation