chore: align gradata-install to v0.5.0 + CHANGELOG#72
Conversation
Signed-off-by: Oliver Le <oliver@gradata.ai>
Deploying gradata-dashboard with
|
| Latest commit: |
05203f0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://85b83792.gradata-dashboard.pages.dev |
| Branch Preview URL: | https://chore-align-versions-v0-5-0.gradata-dashboard.pages.dev |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 3 minutes and 21 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Gradata has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
Aligns
gradata-installnpm wrapper version with the Python SDK (both at 0.5.0). Adds a 0.5.0 CHANGELOG entry summarizing ~30 PRs merged since going public.Changes
gradata-install/package.json: version0.1.0to0.5.0, addshomepageandbugsfields pointing atGradata/gradata.CHANGELOG.md: replaces placeholder[0.5.0] - 2026-04-10block with consolidated[0.5.0] - 2026-04-15entry covering PRs feat: emails + legal pages + auto-deploy CI #27 through fix(license): move LICENSE-NOTICE.md to docs/LICENSING.md #59 (Added / Changed / Fixed / Infrastructure sections, Keep-a-Changelog format).docs/RELEASE-v0.5.0-DRAFT.md: release notes + tagging commands for Oliver to use after this PR and PR ci: auto-publish PyPI + npm on v*.*.* tags #60 (publish workflows) merge.Why
No GitHub Releases exist yet. pyproject.toml was already at 0.5.0 but the npm wrapper was still at 0.1.0. Aligning before the first tag so PyPI and npm ship matching versions.
Not in this PR
docs/RELEASE-v0.5.0-DRAFT.mdfor the exact commands.pyproject.tomlis untouched — already 0.5.0.src/orcloud/code changed.Verification
pytest tests/ -x -qlocally: 2257 passed, 23 skipped. Docs + version bump is behavior-neutral.