chore: bump version to 0.11.0#113
Conversation
|
Warning Rate limit exceeded
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 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: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ 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 |
Summary
Bump for v0.11.0 release. Three feature PRs landed since v0.10.0:
merge-tomlsupportsname[idx]paths for[[name]]array-of-tables (closes merge-toml: array-of-tables index syntax in paths (e.g.hooks.post_create[0]) #107).merge-yamlsequences.merge-toml'sname[idx]to inline arrays (Value::Array) in addition toArrayOfTables(closes merge-toml: name[idx] addressing for inline arrays (Value::Array), not just ArrayOfTables #111).Net effect: templates can now own a single element of an array (
hooks.post_create[0],tasks.on-add.dependencies[0],servers[0], etc.) and let consumers freely append more, instead of overwriting the whole list everykata apply.No breaking changes — the new bracket syntax is additive; existing
pathsentries keep working.Test plan
cargo buildrefreshesCargo.lock.v0.11.0to trigger the release workflow (cross-compile binaries +cargo publish).🤖 Generated with Claude Code