Skip to content

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.0 - 2023-09-21¤

Compare with 1.0.0

Features¤

  • Add PDM_MULTIRUN_CURRENT environment variable (a0c1b18 by Dom Weldon). PR #5

1.0.0 - 2023-08-20¤

Compare with 0.4.0

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¤

Compare with 0.3.1

Breaking Changes¤

  • Drop support for Python 3.7 (EOL 2023/06/27)

Features¤

  • Add support for virtual environments (f2b8381 by Timothée Mazzucotelli). Issue #1

0.3.1 - 2023-06-13¤

Compare with 0.3.0

Bug Fixes¤

  • Support PDM 2.7.4 (2cd1d14 by Timothée Mazzucotelli).

0.3.0 - 2023-06-08¤

Compare with 0.2.0

Features¤

  • Add fail-fast option (8ca1604 by Timothée Mazzucotelli).

0.2.0 - 2022-12-05¤

Compare with 0.1.0

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¤

Compare with first commit

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).