Changelog¤
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.1.1 - 2024-07-02¤
Bug Fixes¤
1.1.0 - 2023-09-21¤
Features¤
1.0.0 - 2023-08-20¤
Features¤
- Support environment variable to always use venvs:
PDM_MULTIRUN_USE_VENVS=1
(16c647c by Dom Weldon). Issue #4, PR #3
0.4.0 - 2023-06-26¤
Breaking Changes¤
- Drop support for Python 3.7 (EOL 2023/06/27)
Features¤
0.3.1 - 2023-06-13¤
Bug Fixes¤
- Support PDM 2.7.4 (2cd1d14 by Timothée Mazzucotelli).
0.3.0 - 2023-06-08¤
Features¤
- Add
fail-fast
option (8ca1604 by Timothée Mazzucotelli).
0.2.0 - 2022-12-05¤
Features¤
- Set
PDM_MULTIRUN=1
when running (67146bd by Timothée Mazzucotelli).
Bug Fixes¤
- Fix splitting
PDM_MULTIRUN_VERSIONS
environment variable (d560a99 by Timothée Mazzucotelli).
0.1.0 - 2022-12-05¤
Features¤
- Support passing versions with
--versions
(5fd48a0 by Timothée Mazzucotelli). - Support space and comma separated values for
PDM_MULTIRUN_VERSIONS
(77aa991 by Timothée Mazzucotelli). - First version (c4b669d by Timothée Mazzucotelli).
Bug Fixes¤
- Unset cached environment earlier (a42c2ed by Timothée Mazzucotelli).
Code Refactoring¤
- Expect only versions on the CLI (b68001f by Timothée Mazzucotelli).