Skip to content

Commit

Permalink
chore: Release 2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Apr 8, 2024
1 parent 3a1f830 commit 4095ac1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v2.13.3 (2024-04-08)
----------------------------

### Bug Fixes

- Per-source configuration for ca-certs and client-cert. [#2754](https://github.com/pdm-project/pdm/issues/2754)
- Remove all caches by removing individual cache types one by one. [#2757](https://github.com/pdm-project/pdm/issues/2757)
- Use the default HTTP client when downloading the pythons, to use the certificates settings. [#2759](https://github.com/pdm-project/pdm/issues/2759)
- Fix a race condition where pth files take effect when multiple packages are installed in parallel. [#2762](https://github.com/pdm-project/pdm/issues/2762)
- Refuse to run recursive composite scripts. [#2766](https://github.com/pdm-project/pdm/issues/2766)
Release v2.13.2 (2024-03-30)
----------------------------

Expand Down
1 change: 0 additions & 1 deletion news/2754.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2757.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2759.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2762.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2766.bugfix.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/pdm/models/python_max_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"3.0": 1,
"3.1": 5,
"3.10": 14,
"3.11": 8,
"3.11": 9,
"3.12": 2,
"3.2": 6,
"3.3": 7,
Expand Down

0 comments on commit 4095ac1

Please sign in to comment.