Skip to content

Commit

Permalink
chore: Release 2.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Feb 26, 2024
1 parent f84ab5a commit 429df86
Show file tree
Hide file tree
Showing 9 changed files with 22 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.12.4 (2024-02-26)
----------------------------

### Features & Improvements

- Use env PDM_NO_EDITABLE as the default value for --no-editable option. [#2613](https://github.com/pdm-project/pdm/issues/2613)

### Bug Fixes

- Reset project.environment when importing from setup.py, to fix resolution error. [#2608](https://github.com/pdm-project/pdm/issues/2608)
- Do not fetch package hashes when `--frozen-lockfile` is passed. [#2630](https://github.com/pdm-project/pdm/issues/2630)
- Make sure non-venv interpreters are used by venv creator. [#2631](https://github.com/pdm-project/pdm/issues/2631)
- Don't cause a hard failure if the local directory doesn't exist. [#2650](https://github.com/pdm-project/pdm/issues/2650)

### Documentation

- Fix the default value for negative CLI flags. [#2642](https://github.com/pdm-project/pdm/issues/2642)
- Auto-gen configuration reference documentation. [#2645](https://github.com/pdm-project/pdm/issues/2645)


Release v2.12.3 (2024-02-01)
----------------------------

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

0 comments on commit 429df86

Please sign in to comment.