-
-
Notifications
You must be signed in to change notification settings - Fork 784
feat: bumped version to v0.0.8 #410
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
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Caution Review failedThe pull request is closed. WalkthroughThis PR performs a version bump from 0.0.7 to 0.0.8 across backend, frontend, and browser extension packages. It includes code cleanup (removing an unused import) and minor formatting adjustments to docstrings and error message wrapping. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (7)
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 |
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.
Review by RecurseML
🔍 Review performed on 7ed6fc5..5b957ec
✨ No bugs found, your code is sparkling clean
✅ Files analyzed, no issues (7)
• surfsense_backend/alembic/versions/30_add_baidu_search_connector_enum.py
• surfsense_backend/app/services/connector_service.py
• surfsense_backend/app/tasks/connector_indexers/elasticsearch_indexer.py
• surfsense_backend/pyproject.toml
• surfsense_browser_extension/package.json
• surfsense_web/components/sidebar/app-sidebar.tsx
• surfsense_web/package.json
⏭️ Files skipped (1)
Locations |
---|
surfsense_backend/uv.lock |
feat: bumped version to v0.0.8
High-level PR Summary
This PR bumps the version number from v0.0.7 to v0.0.8 across all packages in the monorepo (backend, browser extension, and web frontend). The changes also include minor code formatting improvements such as trailing whitespace removal, line length adjustments, and removal of an unused import (
hashlib
) in the Elasticsearch indexer.⏱️ Estimated Review Time: 5-15 minutes
💡 Review Order Suggestion
surfsense_backend/pyproject.toml
surfsense_browser_extension/package.json
surfsense_web/package.json
surfsense_web/components/sidebar/app-sidebar.tsx
surfsense_backend/app/services/connector_service.py
surfsense_backend/alembic/versions/30_add_baidu_search_connector_enum.py
surfsense_backend/app/tasks/connector_indexers/elasticsearch_indexer.py
Summary by CodeRabbit