Skip to content

Latest commit

 

History

History
150 lines (82 loc) · 4.65 KB

File metadata and controls

150 lines (82 loc) · 4.65 KB

CHANGELOG

v0.5.2 (2025-12-08)

Bug Fixes

  • tests: Handle STITCHED in package module for runtime mode detection (d8efa97)

v0.5.1 (2025-12-08)

Bug Fixes

  • testing: Re-enable globals patching for stitched modules (ef8226b)

v0.5.0 (2025-12-08)

Features

  • testing: Add detect_module_runtime_mode to detect stitched/zipapp builds (313b747)

v0.4.1 (2025-12-07)

Bug Fixes

  • testing: Update docstring parameter descriptions (aed5258)

v0.4.0 (2025-12-06)

Features

  • paths: Rename strip_common_prefix to shorten_path with multi-base support (7cffe37)

v0.3.0 (2025-12-05)

Continuous Integration

  • release: Install root package in workflow (d8ab854)

Features

  • runtime: Standardize on 'stitched' runtime mode naming (a1fe6ce)

v0.2.2 (2025-12-05)

Bug Fixes

Chores

  • deps: Bump actions/checkout from 5 to 6 (#1, 56119b2)

Continuous Integration

  • Rename GitHub Actions workflow files (55dc4db)

Documentation

  • api: Add missing functions to API documentation (665f6b4)

Refactoring

  • Update code formatting and test structure (8062cdf)

  • project: Major cleanup and module reorganization (21ce5c0)

Testing

  • 30_independant: Add tests migrated from serger (da9f245)

  • pytest: Add parallel execution support and fix zipapp tests (a4e5314)

v0.2.1 (2025-11-28)

Bug Fixes

  • tests: Fix logging registration in stitched builds (4048bfc)

Refactoring

  • tests: Simplify test utilities and remove unused modules (b7dc2a9)

v0.2.0 (2025-11-28)

Bug Fixes

  • runtime: Correct zipapp detection and update tests after system->runtime rename (2710597)

  • subprocess: Fix run_with_separated_output and remove test skips (ba84ea9)

Documentation

  • Update documentation to reflect apathetic-utils instead of apathetic-logging (a415318)

Features

  • init: Expose all public mixin functions (26f29f0)

v0.1.1 (2025-11-27)

Bug Fixes

  • ci: Add workflow_run trigger and tag verification to publish workflow (f39fa37)

v0.1.0 (2025-11-27)

Features

  • system: Add package_name parameter to detect_runtime_mode (b3c10a8)

v0.0.1 (2025-11-27)

  • Initial Release