Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 17:05
· 12 commits to develop since this release

v0.11.0 (2026-03-27)

Features

  • Add ignore_symbols_outside_project option with INI/CLI support (1ee2679)

  • Add ignore_symbols_outside_project to HammockIni and ConfigReader

  • Set default to true in hammocking.ini (opt-out behavior)

  • Use None sentinel to allow INI value to override CLI default

  • Update CLI help text and usage documentation

  • Fix Function.repr: was using self.type instead of self.return_type

  • Fix HammockRunner: self.hammock not initialized to None (AttributeError)

  • Enable inline coverage report in pytest

  • Improve test coverage from 92% to 95%

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com


Detailed Changes: v0.10.0...v0.11.0