💫 New features
- **entrypoint**: support parameters passthrough and parameters extrapolation
- python executables needs to be selected using the same filter syntax than scripts
🐛 Bug fixes
- **entrypoint**: ensure parameters are given to the resulting command
- **entrypoint**: properly handle whitespace depending on the script kind
- **entrypoint**: support pre and post scripts
- **entrypoint**: take global options into account
- **entrypoint**: use a `sh`-compatible function syntax for `usage`
- **entrypoint**: ensure the entrypoint is executable
- **entrypoint**: export missing environment variables
- **pdm**: support PDM>=2.11
- **pyproject**: add the missing Python 3.12 support classifier
- **python**: minimum Python version is now 3.8.1 to align with Syrupy
📖 Documentation
- **README**: Fix the `Dockerfile` snippet