- **CHANGELOG**: fix bad CHANGELOG formatting - **README**: document the base principle in README
📦 Build
- update the build dependencies, update to ruff 0.3+ and lock
0.4.0
🚨 Breaking changes
- **pdm**: now depends on `pdm>=2.13`
💫 New features
- **env**: allow to source/export some docker-only environment variables or dotenv files - **shellcheck**: all generated scripts are passing `shellcheck` validation
📦 Build
- **deps**: update dev dependencies
0.3.1
🐛 Bug fixes
- **entrypoint**: run from the app dir and use absolute `$PATH` and `$PYTHONPATH`
0.3.0
💫 New features
- **PYTHONPATH**: support src-layout and non-root packages for `pdm.backend`-based projects
📖 Documentation
- **README**: add some details
📦 Build
- update some tooling
0.2.4
🐛 Bug fixes
- **entrypoint**: remove the `-o pipefail` option which is not cross-platform