Skip to content

Commit

Permalink
chore: Release 2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed May 8, 2024
1 parent 931de21 commit f8717f1
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Release v2.15.2 (2024-05-08)


### Features & Improvements

- Use `get_runner()` method to build the task runner in `run` command. `runner_cls` attribute is deprecated. ([#2872](https://github.com/pdm-project/pdm/issues/2872))

### Bug Fixes

- Expand `${PROJECT_ROOT}` in source URLs. ([#2846](https://github.com/pdm-project/pdm/issues/2846))
- Fix env and other options being inherited in nested composite scripts. ([#2849](https://github.com/pdm-project/pdm/issues/2849))
- Keep the `${PROJECT_ROOT}` variable in dependencies after running `pdm lock --update-reuse`. ([#2852](https://github.com/pdm-project/pdm/issues/2852))
- Make `direct_minimal_versions` work on newly added dependencies. ([#2853](https://github.com/pdm-project/pdm/issues/2853))
- Fix a syntax error in the zsh completion script. ([#2868](https://github.com/pdm-project/pdm/issues/2868))


## Release v2.15.1 (2024-04-25)


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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit f8717f1

Please sign in to comment.