Release v0.1.1 - #11
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
@claude Review this PR |
|
Claude finished @aisrael's task in 1m 34s —— View job Review: Release v0.1.1
This is a small, low-risk release-prep PR (+15/−4 across 4 files). Overall it's clean and internally consistent:
Minor / non-blocking observations
No bugs or logic issues found — the substantive changes (typeof, dot-access, literal evaluation fixes) were already merged in #10; this PR is purely version/changelog bookkeeping and looks correct. |
Fixes leftover version strings in README.md, docs/README.md, and docs/quickstart.md that still pointed at 0.1.0.
Summary
Prepare release v0.1.1 with dot-access syntax for maps,
typeofbuiltin, and fixes for map/array literal evaluation.See the v0.1.1 section in CHANGELOG.md for full release notes.
Changes since v0.1.0
u.foo) for map field readstypeofruntime type introspectionFull diff vs main
Test plan
cargo clippy --all-targets -- -D warningscargo test(180 tests passing)Made with Cursor