- Fix core functionality of installing dependencies from lockfile for the package-under-development ("dev-package") built by Tox - Fix log messages not being displayed with Tox output - Add additional logging output for diagnostics - Update Poetry requirement to exclude upcoming Poetry-1.1.0 release which will break compatibility
This is the first release where the core functionality actually works as expected :tada:
0.1.2
- Test trivial functionality on Python-3.6 and Python-3.7 - Fix disagreement between `pyproject.toml` and module metadata on what the current version is - Fix constant named for PEP-440 that should have been named for PEP-508
0.1.1
- Add/update project documentation - Add static analysis and formatting enforcement automation to toxfile - Add security analysis to toxfile - Fix raising `KeyError` for unlocked dependencies - Fix mishandling of Poetry's "unsafe dependencies" - Lint, blacken, and generally improve code quality
0.1.0
- Add support for installing Tox environment dependencies using Poetry from the Poetry lockfile