Release v2022.3.23
What's Changed
- Remove vendored first by @oz123 in #4915
- Document running as root and usage in containers by @oz123 in #4917
- Document usage of Pipenv in multistage docker build by @oz123 in #4918
- Remove leftover include of jinja2 files by @oz123 in #4919
- Update get-pipenv.py by @oz123 in #4920
- Fix typo in docs/basics.rst for docker example by @imomaliev in #4922
- Update contributing.rst and run tests by @oz123 in #4921
- Remove dead code after exception by @oz123 in #4930
- Fix typo in docker documnetation by @oz123 in #4929
- fixed review from #4780, closes #4537 by @willhoh in #4936
- doc fix docker container title by @tcsorrel in #4951
- improve detection of CI by @smac89 in #4944
- New command: verify Pipfile.lock hash is up to date by @den4uk in #4896
- Improve wording in "basics.rst" by @offby1 in #4103
- Fixes installing versions with pyenv-win by @Jendoliver in #4949
- Windows: locate pyenv from PATH correctly by @matteius in #4955
- Use PIPENV_SKIP_LOCK environment variable by @ELHoussineT in #4797
- Issue 4976 pythonfinder vendor update by @matteius in #4978
- Remove mention of the --two flag and python2 by @matteius in #4981
- Fix for expanding dot env variables in scripts by @matteius in #4979
- Update vendoring docs. by @oz123 in #4913
- Fix for the failing git protocol tests. by @matteius in #4989
- display the directory path of the found requirements.txt file by @HosamAlmoghraby in #4987
- Consider environment variable PIP_TARGET when calculate depndancy delta by @cm-iwata in #4776
- Fix for: Pipenv Does Not Respect Index Specified For A Package by @matteius in #4983
- 4998 remove long broken pipreqs usage by @matteius in #4999
New Contributors
- @oz123 made their first contribution in #4915
- @imomaliev made their first contribution in #4922
- @willhoh made their first contribution in #4936
- @tcsorrel made their first contribution in #4951
- @smac89 made their first contribution in #4944
- @den4uk made their first contribution in #4896
- @offby1 made their first contribution in #4103
- @Jendoliver made their first contribution in #4949
- @matteius made their first contribution in #4955
- @ELHoussineT made their first contribution in #4797
- @HosamAlmoghraby made their first contribution in #4987
- @cm-iwata made their first contribution in #4776
Full Changelog: v2022.1.8...v2022.3.23