Skip to content

Commit

Permalink
chore: Release 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Sep 23, 2024
1 parent 1dc5f69 commit 31505c6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## Release v2.19.0 (2024-09-23)


### Bug Fixes

- Fallback version to 0.0.0 when the version is not specified or empty. This can avoid crash when building such project. ([#3163](https://github.com/pdm-project/pdm/issues/3163))
- Ensures that `/` is URL encoded in sources URL environment variables. ([#3169](https://github.com/pdm-project/pdm/issues/3169))
- Call functions from shared library in the in-process `env_spec.py` script. ([#3176](https://github.com/pdm-project/pdm/issues/3176))

### Removals and Deprecations

- PDM no longer falls back to `setuptools-pep660` when the build backend doesn't support PEP 660. ([#3159](https://github.com/pdm-project/pdm/issues/3159))

### Miscellany

- Change the project structure to a normal package from a namespace package. ([#3155](https://github.com/pdm-project/pdm/issues/3155))


## Release v2.18.2 (2024-09-10)

### Bug Fixes
Expand Down
1 change: 0 additions & 1 deletion news/3155.misc.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3159.removal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 31505c6

Please sign in to comment.