Skip to content

Releases: apathetic-tools/python-utils

v0.5.2

08 Dec 17:50

Choose a tag to compare

v0.5.2 (2025-12-08)

Bug Fixes

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

Detailed Changes: v0.5.1...v0.5.2

v0.5.1

08 Dec 17:17

Choose a tag to compare

v0.5.1 (2025-12-08)

Bug Fixes

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

Detailed Changes: v0.5.0...v0.5.1

v0.5.0

08 Dec 06:34

Choose a tag to compare

v0.5.0 (2025-12-08)

Features

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

Detailed Changes: v0.4.1...v0.5.0

v0.4.1

07 Dec 07:14

Choose a tag to compare

v0.4.1 (2025-12-07)

Bug Fixes

  • testing: Update docstring parameter descriptions (aed5258)

Detailed Changes: v0.4.0...v0.4.1

v0.4.0

06 Dec 00:57

Choose a tag to compare

v0.4.0 (2025-12-06)

Features

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

Detailed Changes: v0.3.0...v0.4.0

v0.3.0

05 Dec 22:51

Choose a tag to compare

v0.3.0 (2025-12-05)

Continuous Integration

  • release: Install root package in workflow (d8ab854)

Features

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

Detailed Changes: v0.2.2...v0.3.0

v0.2.2

05 Dec 22:11

Choose a tag to compare

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)


Detailed Changes: v0.2.1...v0.2.2

v0.2.1

28 Nov 05:31

Choose a tag to compare

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)

Detailed Changes: v0.2.0...v0.2.1

v0.2.0

28 Nov 01:12

Choose a tag to compare

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)

Detailed Changes: v0.1.1...v0.2.0

v0.1.1

27 Nov 19:04

Choose a tag to compare

v0.1.1 (2025-11-27)

Bug Fixes

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

Detailed Changes: v0.1.0...v0.1.1