Version 0.4.7
This version fixes a unused variable message in 0.4.6, along with a debug
logging improvement, and a few test fixes, including a regression in the recent
noxfile reworking.
What's Changed
- fix: remove
SKBUILD_STATE
unused message when building by @henryiii in #401 - fix: logging environment should use reprs by @henryiii in #409
Tests and CI:
- Support running tests with
NO_COLOR
by @henryiii in #407 noxfile.py
added to mypy, two fixes by @henryiii in #408- Get packages of interest from
pyproject.toml
by @henryiii in #402 - Enable more tests in the spec file by @LecrisUT in #400
Full Changelog: v0.4.6...v0.4.7