Skip to content

Commit

Permalink
Finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 23, 2023
1 parent a2b82e1 commit ce296b9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
15 changes: 15 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v12.0.0
=======

Features
--------

- The executable parameters now accept a ``!`` prefix, indicating to run a separate executable instead of Python in the context. (#75)


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

- ``pip_run.launch.with_path`` now expects the literal command to be passed and no longer injects the ``sys.executable``. For compatibility, pass the executable in the params or wrap the params in something like ``pip_run.launch.infer_cmd``. (#75)


v11.0.0
=======

Expand Down
1 change: 0 additions & 1 deletion newsfragments/75.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/75.removal.rst

This file was deleted.

0 comments on commit ce296b9

Please sign in to comment.