Skip to content

Commit

Permalink
chore: Release 2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Sep 10, 2024
1 parent 42ee447 commit 4bc0cb1
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 12 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## Release v2.18.2 (2024-09-10)


### Bug Fixes

- Respect the `excludes` and `overrides` settings when installing packages. ([#3113](https://github.com/pdm-project/pdm/issues/3113))
- Fix a bug of export command that packages with extras are included twice. ([#3123](https://github.com/pdm-project/pdm/issues/3123))
- Remove empty groups when removing packages with `pdm remove`. ([#3133](https://github.com/pdm-project/pdm/issues/3133))
- When running `pdm venv purge`, if the current project's python version had been referencing the removed venv then clear it out. ([#3137](https://github.com/pdm-project/pdm/issues/3137))
- Fix command `pdm config` to not show site configuration file path if it doesn't exist. ([#3149](https://github.com/pdm-project/pdm/issues/3149))
- Now when `--no-markers` is used, the exported requirements can only work on the current platform. ([#3152](https://github.com/pdm-project/pdm/issues/3152))

### Miscellany

- Skip tests related to python installation on non-standard platforms. ([#3053](https://github.com/pdm-project/pdm/issues/3053))


## Release v2.18.1 (2024-08-16)


Expand Down
1 change: 0 additions & 1 deletion news/3053.misc.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

10 changes: 5 additions & 5 deletions src/pdm/models/python_max_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"3": 12,
"3.0": 1,
"3.1": 5,
"3.10": 14,
"3.11": 9,
"3.12": 5,
"3.10": 15,
"3.11": 10,
"3.12": 6,
"3.2": 6,
"3.3": 7,
"3.4": 10,
"3.5": 10,
"3.6": 15,
"3.7": 17,
"3.8": 19,
"3.9": 19
"3.8": 20,
"3.9": 20
}

0 comments on commit 4bc0cb1

Please sign in to comment.