Skip to content

docs: bump migration guide install snippets to 0.7.0#582

Merged
EffortlessSteven merged 1 commit into
mainfrom
docs/migration-bump-0.7.0
May 11, 2026
Merged

docs: bump migration guide install snippets to 0.7.0#582
EffortlessSteven merged 1 commit into
mainfrom
docs/migration-bump-0.7.0

Conversation

@EffortlessSteven

Copy link
Copy Markdown
Member

Why

docs/how-to/migration.md install snippets still pointed at uselesskey 0.6.0 even though v0.7.0 is published on crates.io. New users following the migration guide were pinning an outdated minor. Closes #574.

What

Bumped 9 install/version references in docs/how-to/migration.md from 0.6.0 to 0.7.0:

  • Line 1 (title): # Migrating to + "uselesskey" + 0.6.0 -> 0.7.0
  • Line 3 (lead): using + "uselesskey" + **0.6.0** -> **0.7.0**
  • Line 21: uselesskey = { version = "0.6.0", ... features = ["rsa", "jwk"] } -> "0.7.0"
  • Line 29: uselesskey = { version = "0.6.0", ... features = ["token"] } -> "0.7.0"
  • Line 35: uselesskey = { version = "0.6.0", ... features = ["x509"] } -> "0.7.0"
  • Line 36: uselesskey-rustls = { version = "0.6.0" } -> "0.7.0"
  • Line 42: uselesskey = { version = "0.6.0", ... features = ["rsa", "hmac", "jwk"] } -> "0.7.0"
  • Line 43: uselesskey-jsonwebtoken = { version = "0.6.0" } -> "0.7.0"
  • Line 44: uselesskey-jose-openid = { version = "0.6.0" } -> "0.7.0"
  • Line 176 (checklist): Add + "uselesskey" + 0.6.0 to [dev-dependencies] -> 0.7.0

Preserved

No "from 0.6.0" historical references existed in this file, so nothing to preserve there. Out-of-scope (intentionally untouched) per issue #574: CHANGELOG.md, docs/explanation/roadmap.md, docs/release/v0.7.0-category-notes.md, docs/release/evidence-matrix-v0.7.0.md, docs/explanation/roadmap-followups-0251.md — all legitimate historical / baseline references.

Test plan

  • grep -n "0\.6\.0" docs/how-to/migration.md -> no matches
  • cargo xtask docs-sync --check -> exit 0 (migration.md is not part of docs-sync inventory)
  • cargo xtask typos -> exit 0
  • git diff --check -> clean

Closes #574.

docs/how-to/migration.md install instructions referenced uselesskey 0.6.0
even though v0.7.0 is on crates.io. Update each install snippet to 0.7.0
while keeping legitimate "from 0.6.0" historical references intact.
@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@coderabbitai

coderabbitai Bot commented May 11, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@EffortlessSteven has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 34 minutes and 4 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: f82237da-dd68-4726-8ddc-90a743228192

📥 Commits

Reviewing files that changed from the base of the PR and between 3a8895a and 4ce15fa.

📒 Files selected for processing (1)
  • docs/how-to/migration.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/migration-bump-0.7.0

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@EffortlessSteven EffortlessSteven merged commit 79157be into main May 11, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(migration): bump uselesskey 0.6.0 references to 0.7.0

1 participant