Releases: gufolabs/gufo_err
Releases · gufolabs/gufo_err
0.4.1
0.4.0
Added
err
command-line tool.BaseFormatter
abstract base class.TerseFormatter
andExtendFormatter
formatters.ErrorInfo
got optionalroot_module
field.ErrorInfo.get_top_app_frame()
function.py.typed
file for PEP-561 compatibility- docs: "Supported standards" page
Changed
- docs: Code Quality
- Refined docstrigs
Infrastructure
- Use
actions/checkout@v3
- Use
actions/cache@v3
- Use
pypa/gh-action-pypi-publish@release/v1
- Project structure tests
- CI workflows tests
- Adopt Ruff
- Coverage 7.3.0
- mypy 1.5.1
- Move
.coveragerc
topyproject.toml
- Move
setup.cfg
topyproject.toml
0.3.0
Added
- Python 3.11 support.
- TracebackMiddleware shows exact problem position on Python 3.11+
CodePosition
structure for exact code location (Python 3.11+)SourceInfo
got optionalpos
field.- Add CITATIONS.cff
- Developer's Common Tasks
Changed
- Move changelog into the project's root
Infrastructure
- Use Python 3.11 for devcontainer
- mkdocs-material 8.5.8
- pytest 7.2.0
- Coverage 6.5.0