mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Update history and bump version to 11.10.0
Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
+7
-1
@@ -1,4 +1,4 @@
|
||||
11.9.1:
|
||||
11.10.0:
|
||||
- Resolve editable packages on the local filesystem.
|
||||
- Ensure lock hash does not change based on injected env vars.
|
||||
- Fix bug in detecting .venv at project root when in subdirectories.
|
||||
@@ -8,6 +8,12 @@
|
||||
- Upgrade python-dotenv to support "export" syntax.
|
||||
- Resolve dependencies of wheel files.
|
||||
- Bugfix for allow_global with new resolver fixes.
|
||||
- Locally cache hashes for performance gains.
|
||||
- Lock prereleases correctly.
|
||||
- Add reqeuests.pem back to package.
|
||||
- Auto-toggle PIPENV_VENV_IN_PROJECT when .venv is present.
|
||||
- Fix bug with pipfile casing.
|
||||
- Enable environment variable interpolation in pipfiles.
|
||||
11.9.0:
|
||||
- Vastly improve markers capabilities.
|
||||
- Support for environment variables in Pipfiles.
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = '11.9.1'
|
||||
__version__ = '11.10.0'
|
||||
|
||||
Reference in New Issue
Block a user