TaipanStack v0.2.1 — Test Coverage & Linting Patch¶
Date: February 12, 2026
Overview¶
v0.2.1 is a patch release focused on significantly increasing test coverage and fixing linting errors.
What Changed¶
🧪 Test Coverage (89% → 96.62%)¶
- Added comprehensive tests for
core.compat(85% coverage) - Added comprehensive tests for
core.optimizations(91% coverage) - Added comprehensive tests for
config.version_config(100% coverage) - Total: 642 tests passing
🧹 Linting Fixes¶
- Fixed UP042: Changed
VersionTierto inherit fromStrEnum - Fixed PLW0108: Inlined lambdas in
test_result_module.py
Full Changelog: v0.2.0...v0.2.1