Releases: thoth-station/micropipenv
Releases · thoth-station/micropipenv
Release v1.0.1
This release is available on PyPI.
Notable changes for this release:
Added
- Make the installation log prettier
- Test with pip==20.2.4
Release v1.0.0
This release is available on PyPI.
Notable changes for this release:
Added
- First major release
- Tested with pip==20.2.3
Release v0.6.0
Release v0.5.3
Release v0.5.2
Release v0.5.1
This release is available on PyPI.
Notable changes for this release:
- Improvements in the test suite for online tests and different environments setup
Release v0.5.0
This release is available on PyPI.
Notable changes for this release:
-
Add support for a direct reference install using Pipenv and requirements.txt file
thanks to Tomáš Coufal [email protected] for Pipenv support -
More descriptive warning message in the unpinned warning message
Release v0.4.0
This release is available on PyPI.
Notable changes for this release:
- Added pytoml support needed for Red Hat Enterprise Linux thanks to Lumir 'Frenzy' Balhar [email protected]
Release v0.3.0
This release is available on PyPI.
Notable changes for this release:
- Added support for pip in version >=19.2<20
- Introduced NotSupportedError exception raised when Mercurial, Subversion or
Bazaar VCS are used - Optimized traversals when requirements file is looked up
- Improvements in test-suite, now testing support matrix
thanks to Lumir 'Frenzy' Balhar [email protected]
Release v0.2.1
This release is available on PyPI.
Notable changes for this release:
- Fixed priority in lock files discovered
- Improved project documentation