Skip to content

Commit

Permalink
Changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Mar 23, 2022
1 parent f8885d0 commit 6266871
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 15 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
2022.3.23 (2022-03-22)
======================


Features & Improvements
-----------------------

- Use environment variable `PIPENV_SKIP_LOCK` to control the behaviour of lock skipping. `#4797 <https://github.com/pypa/pipenv/issues/4797>`_
- New CLI command ``verify``, checks the Pipfile.lock is up-to-date `#4893 <https://github.com/pypa/pipenv/issues/4893>`_

Behavior Changes
----------------

- Pattern expansion for arguments was disabled on Windows. `#4935 <https://github.com/pypa/pipenv/issues/4935>`_

Bug Fixes
---------

- Python versions on Windows can now be installed automatically through pyenv-win `#4525 <https://github.com/pypa/pipenv/issues/4525>`_
- Patched our vendored Pip to fix: Pipenv Lock (Or Install) Does Not Respect Index Specified For A Package. `#4637 <https://github.com/pypa/pipenv/issues/4637>`_
- If `PIP_TARGET` is set to environment variables, Refer specified directory for calculate delta, instead default directory `#4775 <https://github.com/pypa/pipenv/issues/4775>`_
- Remove remaining mention of python2 and --two flag from codebase. `#4938 <https://github.com/pypa/pipenv/issues/4938>`_
- Use `CI` environment value, over mere existence of name `#4944 <https://github.com/pypa/pipenv/issues/4944>`_
- Environment variables from dot env files are now properly expanded when included in scripts. `#4975 <https://github.com/pypa/pipenv/issues/4975>`_

Vendored Libraries
------------------

- Updated vendor version of `pythonfinder` from `1.2.9` to `1.2.10` which fixes a bug with WSL
(Windows Subsystem for Linux) when a path can not be read and Permission Denied error is encountered. `#4976 <https://github.com/pypa/pipenv/issues/4976>`_

Removals and Deprecations
-------------------------

- Removes long broken argument ``--code`` from ``install`` and ``--unused`` from ``check``.
Check command no longer takes in arguments to ignore.
Removed the vendored dependencies: ``pipreqs`` and ``yarg`` `#4998 <https://github.com/pypa/pipenv/issues/4998>`_


2022.1.8 (2022-01-08)
=====================

Expand Down
1 change: 0 additions & 1 deletion news/4525.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/4637.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/4775.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/4797.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/4893.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/4935.behavior.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/4938.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/4944.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/4975.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/4976.vendor.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/4998.removal.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2022.3.23.dev1"
__version__ = "2022.3.23"

0 comments on commit 6266871

Please sign in to comment.