Skip to content

Commit

Permalink
chore: Release 2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Mar 30, 2024
1 parent ba7be74 commit 0b253ea
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v2.13.2 (2024-03-30)
----------------------------

### Bug Fixes

- Fix errors when parsing poetry format that contains special characters in author name.
Poetry-specific `parse_name_email` and `NAME_EMAIL_RE` moved from `pdm.formats.base` to `pdm.formats.poetry`. [#2665](https://github.com/pdm-project/pdm/issues/2665)
- Fix a race condition in cached packages. When a cached package is being created it shouldn't be used for installation. [#2739](https://github.com/pdm-project/pdm/issues/2739)
- Add back `PreparedCandidate.build()` for backward-compatibility. [#2747](https://github.com/pdm-project/pdm/issues/2747)

### Documentation

- Fixed a small non-code typo in docs and prodivded better wording. [#2740](https://github.com/pdm-project/pdm/issues/2740)
Release v2.13.1 (2024-03-29)
----------------------------

Expand Down
2 changes: 0 additions & 2 deletions news/2665.bugfix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 0b253ea

Please sign in to comment.