chore: bump version to 0.11.0#243
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
WalkthroughThe Changesv0.11.0 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Release 0.11.0. Bumps
lib/taski/version.rb+Gemfile.lockand moves the changes since v0.10.0 into a dated CHANGELOG section.Minor bump (0.x: breaking changes bump the minor, matching taski's history). Headline changes:
liquid+base64dropped as runtime deps (Replace Liquid templating with Ruby-native themes #235)method_missing, no longer in.methods/.instance_methods— use.exported_methods(Resolve exported values via method_missing so exports never shadow methods #218)Taski.profile/profile:option (Add profile: option to run/run_and_clean — per-task timing report with critical path #228), group name in Simple status line (Show the active group name in the Simple status line #238), per-execution args/env isolation (Make Taski.args / Taski.env per-execution (fiber-local) #221), prestart-plan observability (Add a prestart inspection API (Task.prestart_plan + tree debug + log) #225), silent-failure logging (Make silent-degradation paths observable in logs #222)clear_dependency_cachecompleteness (Make clear_dependency_cache fully invalidate per-class analysis #220), dead-branch prestart (Never prestart deps referenced only outside the phase-1 prefix #226), abandoned speculative fibers (Await speculative tasks before run_main_loop exits #227), deadlock/hang hardening (Fix executor deadlocks and hangs (abort / static-analysis / fan-in) #212/Fix static-analysis dependency drops and run_and_clean error masking #213/Harden resource/display lifecycle and unify progress layouts behind a .build factory #217)Tag
v0.11.0will be created on the merge commit after this merges. CI + security workflows only — no auto-publish on tag.🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores