-
Notifications
You must be signed in to change notification settings - Fork 3
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
[release] 0.8.0 #141
[release] 0.8.0 #141
Conversation
ci: add `workflow_dispatch` trigger to `build_test` workflow
[fix] `SapTable`의 잘못된 `rowspan` 처리
…, `class_detail` method
refactor!(course_grades): change `year` parameter to u64 in `classes`, `class_detail` method
[test] 실제 재학한 학기를 테스트 하기 위한 `TARGET_YEAR`, `TARGET_SEMESTER` 환경변수
[chore] 의존성 업데이트
Caution Review failedThe pull request is closed. WalkthroughThis pull request introduces several significant updates across multiple files in the project. The changes primarily focus on enhancing the workflow configuration, updating dependency versions, and modifying the handling of year and semester parameters in various application methods. The modifications include adding manual workflow triggers, updating dependency versions, changing method signatures to use numeric year types, and introducing new utility functions for retrieving year and semester information dynamically. Changes
Possibly related PRs
Suggested labels
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (14)
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
Documentation and Community
|
Summary by CodeRabbit
New Features
TARGET_YEAR
andTARGET_SEMESTER
, for build jobs.Bug Fixes
u32
for year parameters in specific methods.Dependency Updates
thiserror
,uniffi
,reqwest
, and others.Tests