Skip to content

Commit

Permalink
chore: Release 2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Oct 11, 2024
1 parent 8f5be3d commit 5ee042a
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 9 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Release v2.19.2 (2024-10-11)


### Features & Improvements

- Support installing free-threaded Python interpreters with the `t` suffix. ([#3201](https://github.com/pdm-project/pdm/issues/3201))

### Bug Fixes

- `use_uv` fails to lock when there are non-ascii characters in pyproject.toml on Windows. ([#3181](https://github.com/pdm-project/pdm/issues/3181))
- Fix the `pre_install` and `post_install` signals receiving an exhausted generator, instead of a list of packages. ([#3190](https://github.com/pdm-project/pdm/issues/3190))
- Create backup file with random filename to avoid conflicts. ([#3193](https://github.com/pdm-project/pdm/issues/3193))
- Fix the logic error in the `uv` format marker matching. ([#3197](https://github.com/pdm-project/pdm/issues/3197))
- `pdm lock --check` on a lockfile generated with older PDM version has a 0 exit code when there's a change in `pyproject.toml`. ([#3199](https://github.com/pdm-project/pdm/issues/3199))

### Documentation

- Fixed *Bash Completion* suggestion so it doesn't require root privileges ([#3183](https://github.com/pdm-project/pdm/issues/3183))


## Release v2.19.1 (2024-09-23)


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

This file was deleted.

1 change: 0 additions & 1 deletion news/3183.doc.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/3201.feature.md

This file was deleted.

5 changes: 3 additions & 2 deletions src/pdm/models/python_max_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
"2.5": 6,
"2.6": 9,
"2.7": 18,
"3": 12,
"3": 13,
"3.0": 1,
"3.1": 5,
"3.10": 15,
"3.11": 10,
"3.12": 6,
"3.12": 7,
"3.13": 0,
"3.2": 6,
"3.3": 7,
"3.4": 10,
Expand Down

0 comments on commit 5ee042a

Please sign in to comment.