docs+chore: Cargo.lock, German-only field docs, 0.2.0 changelog (Bundle D) - #36
Conversation
…gelog - #19: stop gitignoring Cargo.lock and commit it, so cloners running the example get a reproducible dependency tree and CI audits the same versions. - #26: document that Place::postcode and Place::city are only populated for German-format addresses (in the field docs and the README struct). - #30: move the accumulated post-0.1.0 entries from [Unreleased] into a dated [0.2.0] section and bump Cargo.toml to 0.2.0, so the changelog reflects the real shipped surface. (Release/tag is a maintainer action.) https://claude.ai/code/session_01TPpTHPokxsZ3dQpRzg4NkD
|
Warning Review limit reached
More reviews will be available in 30 minutes and 47 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
… fix) - The postcode/city heuristic (NNNNN City) can also match other 5-digit formats (e.g. US ZIP); reword the field docs/README to say so rather than claiming German-only. - Add Keep-a-Changelog version link references (resolve once tags are pushed). https://claude.ai/code/session_01TPpTHPokxsZ3dQpRzg4NkD
Overview
Bundle D — documentation & repo hygiene. Three small repo-health findings.
Cargo.lock. Removed/Cargo.lockfrom.gitignoreand committed it, so cloners runningcargo run --example scrape_oneget a reproducible dependency tree and CI audits the exact resolved versions.Place::postcode/Place::citynow state explicitly they are populated only for German-format addresses (field docs + README struct comment).[Unreleased]into a dated[0.2.0]section and bumpedCargo.tomlto0.2.0.0.2.0in the changelog andCargo.toml; actually tagging/publishing is your action. Revert the bump if you'd rather keep accumulating under[Unreleased].[Unreleased]entries. Whichever order you merge, the CHANGELOG will need a trivial conflict resolution — fold those entries under[0.2.0](or a fresh[Unreleased]). Merging this bundle last makes that easiest.Cargo.lockis now tracked; future dependency bumps will show up in the lockfile diff (intended).Test plan
cargo build/cargo test(6 passed)cargo fmt --all -- --checkcargo clippy --all-targets -- -D warningsCargo.lockregenerated at0.2.0Closes #19, #26, #30
https://claude.ai/code/session_01TPpTHPokxsZ3dQpRzg4NkD
Generated by Claude Code