Skip to content

Commit

Permalink
chore: Release 2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Feb 1, 2024
1 parent bdb51de commit 07918b8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v2.12.3 (2024-02-01)
----------------------------

### Bug Fixes

- fix the package-type fixer won't update toml properly for "Nested Section Ordering Issue in TOML". [#2578](https://github.com/pdm-project/pdm/issues/2578)
- Unable to force override a package if the package is required with extras. [#2586](https://github.com/pdm-project/pdm/issues/2586)
- Failed to clone template repository if the URL contains the rev part. [#2597](https://github.com/pdm-project/pdm/issues/2597)
- Handle legacy specifiers when converting from poetry project. [#2599](https://github.com/pdm-project/pdm/issues/2599)

### Documentation

- Fix typo in template docs [#2588](https://github.com/pdm-project/pdm/issues/2588)


Release v2.12.2 (2024-01-21)
----------------------------

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 07918b8

Please sign in to comment.