Release v0.0.94 — Map<K, V> collection type#334
Conversation
Bump version to 0.0.94. Add CHANGELOG entry for Map collection, type inference fix, and Decimal issue split. Update ROADMAP, website version, and site assets. Co-Authored-By: Claude <noreply@anthropic.invalid>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (4)
📝 WalkthroughWalkthroughVersion 0.0.94 release with documentation updates and metadata bumps. CHANGELOG documents new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #334 +/- ##
=======================================
Coverage 95.40% 95.40%
=======================================
Files 45 45
Lines 15626 15626
=======================================
Hits 14908 14908
Misses 718 718 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Version bump and release metadata for v0.0.94.
vera/__init__.pyandpyproject.tomlTest plan
🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes v0.0.94
New Features
Map<K, V>collection type supporting constraint-based keys and built-in operations with functional update semantics. Features browser runtime support, new conformance suite entries, and comprehensive unit tests.Bug Fixes