Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideBumps the Ibutsu project version from 3.0.0 to 3.0.1 consistently across backend OpenAPI spec, backend packaging metadata, and the frontend package manifest. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Pull request overview
This pull request updates the version number from 3.0.0 to 3.0.1 across the frontend and backend components of the Ibutsu project.
Changes:
- Updated frontend package version to 3.0.1
- Updated backend project version to 3.0.1
- Updated OpenAPI specification and API version to 3.0.1
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| frontend/package.json | Updates the frontend package version from 3.0.0 to 3.0.1 |
| backend/pyproject.toml | Updates the backend project version from 3.0.0 to 3.0.1 |
| backend/ibutsu_server/openapi/openapi.yaml | Updates both the OpenAPI specification version and API version from 3.0.0 to 3.0.1 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,7 +1,7 @@ | |||
| openapi: 3.0.0 | |||
There was a problem hiding this comment.
The openapi field on line 1 specifies the OpenAPI Specification version being used, not the API version. This should typically remain as 3.0.0 unless you're specifically adopting features or fixes from OpenAPI Specification 3.0.1. The API version should only be updated on line 4 under info.version. Consider reverting line 1 to openapi: 3.0.0 unless there's a specific reason to update the specification version.
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (73.40%) is below the target coverage (85.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #800 +/- ##
=======================================
Coverage 73.40% 73.40%
=======================================
Files 154 154
Lines 7557 7557
Branches 660 660
=======================================
Hits 5547 5547
Misses 1790 1790
Partials 220 220 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Summary by Sourcery
Bump the Ibutsu project and API to version 3.0.1 across backend and frontend metadata files.
Build: