Skip to content

Releases: apathetic-tools/serger

v0.2.0

12 Dec 19:49

Choose a tag to compare

v0.2.0 (2025-12-12)

Chores

  • ci: Add workflow_dispatch trigger for manual CI runs (85fff58)

  • deps: Bump actions/checkout from 5 to 6 (#2, 4ea9b4b)

  • dev: Add quiet modes to suppress success messages (63f96b0)

  • pytest: Suppress pytest-benchmark warnings in parallel tests (53b54c9)

Features

  • stitch: Improve module collection and shim generation with enhanced testing (a08e4c4)

Refactoring

  • build: Rename build tool detection constants and config settings (31f3439)

  • logs: Unify logging API and improve logger configuration (579b02a)

  • test: Use apathetic_utils.load_toml instead of manual tomllib import (ae6e9f7)

  • tests: Require tmp_path parameter in build_final_script utilities (d3a093f)

Testing

  • log-level: Improve trace message assertions in verbose flag test (1683cde)

  • tests: Migrate additional test files to tmp_path fixture (4f66eca)

  • tests: Migrate remaining integration tests to tmp_path (7a78b4c)

  • tests: Migrate remaining tests in test_stitch_modules to tmp_path (532bc9a)

  • tests: Migrate test_build_tool_command and test_post_stitch_processing to tmp_path (9ac2cea)

  • tests: Migrate test_execute_post_processing to tmp_path (24422a0)

  • tests: Migrate test_extract_pyproject_metadata to tmp_path (a823938)

  • tests: Migrate test_priv__collect_modules and test_compute_module_order to tmp_path (9aff99c)

  • tests: Migrate tests to tmp_path fixture (f74fb89)


Detailed Changes: v0.1.0...v0.2.0

v0.1.0

29 Nov 04:49

Choose a tag to compare

v0.1.0 (2025-11-29)

  • Initial Release